Agontuk / vue-cropperjs

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

reload img after img-url update #5

Closed franzherzog closed 7 years ago

franzherzog commented 7 years ago

After the ":src" attribute changes, the background image for the cropper does not reload / update.

franzherzog commented 7 years ago

imgSrc is not reactive https://github.com/Agontuk/vue-cropperjs/blob/master/example/src/App.vue#L42]

better use this on change this.$refs.cropper.replace(require('./assets/image1.jpg'));

tnx @Agontuk