ruoshui1314

Results 5 comments of ruoshui1314

thank you.I have solve it using another method.

this.myCroppa.refresh() should be called after Promise callback.Like this: .then((res) => { input.new_image_id = res input.url = 'xxxxx' **this.myCroppa.refresh()** console.log(res) });

yeah.I have the same problem.

I think this could be help. Use `v-model="show"` instead of `:value.sync="show"`. After doing it, I could close popup.