Open Awatatah opened 3 years ago
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...
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
I am experiencing same issue here.
"cropperjs": "^2.0.0-rc.1",
"vue-cropperjs": "^5.0.0",
"vue": "^3.4.18"
It give me this error:
Uncaught (in promise) Error: The first argument is required and must be an or
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",