-
Notifications
You must be signed in to change notification settings - Fork 60
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
Next Branch Vue.use is not a function #61
Comments
Hello, you don't need to install demi since that is a dependency of the package already, and you don't need to install the composition api package unless you are using Vue 2. |
I am using Vue 2, that's the point here. Installing demi would simply dupe it, it shouldn't cause an issue, certainly not the one I reported. |
Yesterday I fixed some bugs I had with regards to Vue 2. Would you please update to the latest version and try again. |
@19peaches where you able to make it work? |
No. This is used in a live site I had to revert to 0.8 or whatever the previous was. I don't have time to fiddle around with Vue 3 nonsense. |
I no longer see the releases/tags for anything greater than 0.0.7 Have you removed them? |
I started a feature branch in my app using this package a while back before you updated it to support demi and vue 3.
I followed the directions by updating to the next branch, installing demi and the composition api package.
It installed fine and when a built it, no issues.
But when hitting a page with a smart table I get the following in my chrome inspector:
Using this in Laravel 8 with Laravel-Mix 6 and Webpack 5.
Thanks
The text was updated successfully, but these errors were encountered: