-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting VueCompositionApi error #19
Comments
I'm using vite + vue2 + vuetify as a setup I also have an error with |
This issue looks familiar too me like vuejs/composition-api#769 🤔 |
Hi @Shinigami92 thanks for the report! |
I've updated deps on |
Just guessing, but does it have anything todo with the failing CI? |
The tests are not fail proof yet and are still in progress (I'm just learning Karma and Jasmine) but I will look into it! |
@Shinigami92 Try |
Also the build passed now :p |
Will report you back tomorrow or over weekend. Not @home currently 🙂 |
Got the same error here since a few days, gonna try pinning versions of vue-demi or vue-chart-3 to lower versions |
@noook what version are you on? |
I was on 0.1.7 I managed to solve the issue, I think the problem was related to my version of VCA. I had to regenerate my lockfile earlier and it seems my version of VCA doesn't work when superior to 1.0.0-rc7 or else (I can't target the very specific version that causes trouble) |
Sorry for reporting so late, but sadly with v0.5.7 still the same 🙁 |
@Shinigami92 did you reproduce it on a codesandbox? Try reinstalling your dependencies |
I can't reproduce in a codesandbox, I have the |
@noook Can you link me the sandbox where you have the nanoid package problem please, I though i fixed it :( |
No I think you did, I probably was debugging with older versions of your package However, you can notice on this I have a vue-demi error: https://codesandbox.io/s/exciting-leftpad-jjw49?file=/src/App.vue |
@noook This bug is related to CodeSandbox, that's why I provided a demo with nuxt instead of Vue 2. |
Version: 0.4.10 or 0.5.0-alpha.2
In my main.ts I definitely have a
Vue.use(VueCompositionAPI);
call and everything else is working.But the charts are not rendered
Example code for a chart:
I'm trying to migrate from
vue-chartjs
to your plugin cause you support chartjs v3 (apertureless/vue-chartjs#695 (comment))I also have created a
src/plugins/chart.ts
that is imported viaimport './plugins/chart.ts'
in mymain.ts
The text was updated successfully, but these errors were encountered: