-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
vue-demi 0.12.0 breaks @vueuse-core #113
Comments
@fk1blow Try to use webpack alias for It will work, because |
Thanks @saranchonkau! for the time being, we fixed it using yarn resolutions, but i still consider this to be a workaround that needs to be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uncaught Error: [vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function
using:
"@vueuse/core": "^5.1.3"
"@vue/composition-api": "1.0.5"
"typescript": "4.2.4"
As a workaround, forcing a resolution to [email protected] will do the trick, tho it will work only with yarn.
Maybe vueuse/core could change its dep declaration to a fixed version of vue-demi (instead of
"@vueuse/core": " * "
) ?The text was updated successfully, but these errors were encountered: