ballcat-projects / vue-cropper

vue image cropper components by cropperjs.
https://ballcat-projects.github.io/vue-cropper/
MIT License
13 stars 2 forks source link

'ref' is not defined #1

Closed Songoo7 closed 2 years ago

Songoo7 commented 2 years ago

In both script or setup version of installation I end up with error 'ref' is not defined . Have "vue": "^3.0.0".

Songoo7 commented 2 years ago

Oh, I have to add : import { ref,onMounted } from 'vue';

Hccake commented 2 years ago

Sorry, the https://github.com/antfu/unplugin-auto-import plugin was used when writing the example, so the introduction of vue-related import was ignored.

Documentation has now been fixed.