Merge branch 'from/develop/tusooa/cropper-close' into 'develop'

Fix image cropper not closing correctly

See merge request 
This commit is contained in:
Tusooa Zhu 2022-04-10 17:04:04 +00:00
commit 583311b306

View file

@ -66,7 +66,7 @@ const ImageCropper = {
}
},
methods: {
unmounted () {
destroy () {
if (this.cropper) {
this.cropper.destroy()
}