Adnan Kreiker

Results 7 comments of Adnan Kreiker

Any updates on this? I'm having the same issue here, but I'm using `vue 2.7` , I'm using a second script tag to add `name` property to a component.

I'm also migrating a `vue 2.7` app from `webpack` to `vite`. I Have been stuck on this error for hours 😕. Any update? I followed [the migration guide](https://vue-i18n.intlify.dev/guide/migration/vue2.html#usage) without success....

@gazben @spectrachrome Please check [this issue](https://github.com/intlify/vue-i18n-next/issues/1186#issuecomment-1361089335) I found a temporary hack to get around it, hoping for it to get solved one day

@jakubSzuminski You are correct. The issue is not related to `Highcharts` but rather to the `Volar` extension. I tried disabling it and importing `highcharts` in a typescript file and the...

@volatile-static That is very smart! The size of `highcarts.d.ts` is `22 MBs` which is more than the default maximum size that `Volar` can load. The fix was to increase the...

I'm also facing the same issue, but with `vue 2.7` and `i18n-bridge`. I found a hack around it by doing the following in main.ts: ``` const app = createApp( {...