Closed KsaRedFx closed 9 months ago
I'll also note that this plugin does the exact same thing if you try to use it as a component-local import instead of a global import.
Doing import VueApexCharts from 'vue3-apexcharts/src/vue3-apexcharts';
seems to allow Vue3ApexCharts to work as expected. It appears to be a problem with its install
method inside index.js
I had the same problem. My project is pure vue 3 - vite project but when I use apexchart hmr is not working. I've never seen this problem before, but the last hmr suddenly stopped working.
Same here
Same here
I had the same problem. I used quasar and happened when I upgraded vue to 3.4.
Any estimation on when this PR will be merged?
Released vue3-apexcharts@1.5.0
Not sure why, but loading Vue3-ApexCharts into Nuxt 3.9 now causes hot-reloads to fail. I'm not sure what inside Vue3-ApexCharts is causing this specifically, as I see the main code hasn't changed in ~2 years
This is pretty frustrating, making Vue3-ApexCharts almost annoying enough to not be viable for me anymore...
I've also commented my findings in https://github.com/nuxt/nuxt/issues/24962