-
Notifications
You must be signed in to change notification settings - Fork 224
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
Isn't working in Vue 3 with latest v5 #93
Comments
Can you try the example project ? It's running fine for me in vue 3 |
I have had same problem with latest version |
Also having the same issue using the example file. Previous version (4.2.0) works fine though. Nice work. |
I'm having the same issue using vue 2 with composition api... It should work with vue 2 using composition api? Maybe version 5 should be still compatible with vue 2, this would make easier to upgrade a vue 2 project to vue 3 incrementally... |
What's wrong with v4.2.0 ? It works fine with vue 2. It's not possible to make v5 compatible with vue 2 because vue 3 has breaking changes in render function API. https://v3.vuejs.org/guide/migration/render-function-api.html#overview |
On a new install of Vuejs 3, I cannot get this to run.
Error in console:
I do have dependency installed for types
"@types/vue-cropperjs": "^4.1.1",
The text was updated successfully, but these errors were encountered: