We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi im using this package v1.0.8 with Nuxt (v2.15.7) and console is showing an error Object(...) is not a function and here is the full error
Object(...) is not a function
Wondering if anyone encounter the same and hopefully can help me how to solve this. thanks!
The text was updated successfully, but these errors were encountered:
I assume you are using vue 2
my package depends on vue-demi to support vue 2, maybe the post install script didn't get trigger after installing vue-demi
if you have access to terminal then try this script
npx vue-demi-switch 2
Sorry, something went wrong.
Is there any way to fix it ? I am using Vue 2
Solve with Composition API
No branches or pull requests
Hi im using this package v1.0.8 with Nuxt (v2.15.7) and console is showing an error
Object(...) is not a function
and here is the full errorWondering if anyone encounter the same and hopefully can help me how to solve this. thanks!
The text was updated successfully, but these errors were encountered: