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
Thanks for the amazing component @boussadjra
Are there any plans for adjusting it to work with a Vue3 out of the box, without composition-api plugin + Vue2 ?
if I add it to Vue3 app I get the following error
Uncaught (in promise) Error: [vue-composition-api] must call Vue.use(plugin) before using any function.
at assert (vue-composition-api.module.js:32:15)
The text was updated successfully, but these errors were encountered:
Thanks for the amazing component @boussadjra
Are there any plans for adjusting it to work with a Vue3 out of the box, without composition-api plugin + Vue2 ?
if I add it to Vue3 app I get the following error
The text was updated successfully, but these errors were encountered: