apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
306 stars 33 forks source link

TypeScript Error on Plugin Install #76

Closed igolka97 closed 1 year ago

igolka97 commented 1 year ago

To be short I going to show screenshot below:

Снимок экрана 2023-06-16 в 04 16 38

I'm using latest version of Quasar v2 within boot file.

Looks like there are some mistake with TS typings...

IlCallo commented 1 year ago

I'm using it with Quasar v2 too and I apparently there's no TS problem at all Maybe you were using an old Vue version?

igolka97 commented 1 year ago

No, Quasar v2 uses Vue v3 internally.

But it looks weird: I tried to setting up app.use(VuexApexCharts) right now and it is works. What went wrong then..

I going to close this issue, thanks for your answer, i'll give you know if somethings goes wrong again. Thanks!