Agontuk/vue-cropperjs

Unable to clear the selected image

naresh-io opened this issue · 2 comments

Hi,

I can't get this working, once I select the image, I'm trying reset the image whenever modal is closed. Is there any way to reset the cropper to initial state without image src?

I tried to set src to null, but it is not working.

image

Use this.$refs.cropper.reset()

Hi,

I can't get this working, once I select the image, I'm trying reset the image whenever modal is closed. Is there any way to reset the cropper to initial state without image src?

I tried to set src to null, but it is not working.

image

How do you setup vue-cropper in modal? can you share sourcecode?