-
Notifications
You must be signed in to change notification settings - Fork 343
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
Initialization problem in 1.0.3 #769
Comments
same issue |
Can you share a minimal reproduction? Thanks. |
@ygj6 Sorry, I've a big hairy project and under time pressure at the moment so I can't make a minimal version. Hopefully someone else with the problem can share. |
same here |
vueuse/vueuse#640 related? |
@antfu something about vue-composition is installing when it's imported. |
This line :
in And the install function:
of composition-api was not called in So it caused the problem. |
Version 1.0.2 works fine in my project, but when I tried to go to 1.0.3 I get this
"[vue-composition-api] must call Vue.use(VueCompositionAPI)"
I've tried adding this at the top of main.ts
But that didn't help. Rolling back to 1.0.2 for now.
The text was updated successfully, but these errors were encountered: