Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
932 stars 225 forks source link

Can't Re-initialize the cropper #126

Open sadiqueali786 opened 1 year ago

sadiqueali786 commented 1 year ago

I am building a cropper for multiple images, however, when I closed the cropper and reopen it shows the same images and data. I have tried to destroy and initCrop functions to do it but it didn't work. Like it is done here for angular js

https://github.com/fengyuanchen/cropper/issues/189