Agontuk/vue-cropperjs

Vue-Cropperjs issue with 5.0.0 version

manishrws opened this issue · 2 comments

I am getting error with latest version of vue-cropperjs (5.0.0). The code is working fine with older version 4.2.0.

image

The error is - Error in mounted hook: "Error: The first argument is required and must be an or element."

Can you please help me out for this issue.

aibow commented

5.x.x only use vue3
4.x.x only use vue2

vue3 and vue2 is not compatible

As @aibow said, 5.0.0 is only for vue 3.