You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
I think there is something wrong in the way you export the module to npm.
I had the following error:
[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function.
Even though I followed your instructions, and
Vue.use(VueCompositionAPI)
was called. I think a new Vue instance was created.The only way I could make the module work is to copy locally the file.
It might be related to #9
My setup:
@vue/[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: