-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add Support for Vue 3.x #72
Comments
Yes please!! |
+1 |
still not working on vue3 project. when will you release for vue3? |
@apertureless I can help. However, is there somebody who's been already working on it? OR do you have some thoughts about how you would prefer to go about it? |
Any updates? |
This may be a good alternative: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following warnings and errors occur with Vue 3.0.0:
[Vue warn]: Property "$createElement" was accessed during render but is not defined on instance.
[Vue warn]: Property "_self" was accessed during render but is not defined on instance.
[Vue warn]: Unhandled error during execution of render function
Uncaught TypeError: Cannot read property '_c' of undefined
Adding support for the very recently released Vue 3.0.0 would be amazing!
The text was updated successfully, but these errors were encountered: