Marcel Heers
Marcel Heers
For Vue2 you can also create the `__previewjs__/Wrapper.vue` with something like the following content: ``` import Vue from 'vue' import BootstrapVue from 'bootstrap-vue' Vue.use(BootstrapVue) import i18n from '@/i18n' export default...
Yes, I use `@vue/composition-api` with `1.2.4`. And I use `typescript` with `4.4.4`. I successfully run `@vueuse/core` which also depends on `vue-demi` without errors.
Sure, have a look at https://github.com/mheers/v-signature-error
I updated my demo repo at https://github.com/mheers/v-signature-error and still have no luck. It still reports the same errors.
It works fine if the vue2 project is not typescript based, so the error must be lying here.
It seems like it depends on the versions of the `devDependencies`: This works with `v0.1.4`: ```json "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", ``` And this does not work:...
Hi, I had the same problem and added this pull-request for it: https://github.com/mailslurper/mailslurper/pull/116 You can use my release from here: https://github.com/mheers/mailslurper/releases
I'm experiencing the same problem. Were you able to solve it?
I circumvented the problem with a MutatingWebhookConfiguration and the corresponding controller: https://github.com/mheers/pod-spec-mutator You create a deployment with an env var that specifies how the pod will modified before starting: https://github.com/mheers/pod-spec-mutator/blob/main/deploy/deployment.yaml#L38...
> > I circumvented the problem with a MutatingWebhookConfiguration and the corresponding controller: > > I circumvented the problem by moving to the [CNPG Operator](https://cloudnative-pg.io/) which does everything securely by...