Skip to content
Snippets Groups Projects
Commit 2afb1dfa authored by Pan's avatar Pan
Browse files

fix:[ImageCropper]: $emit close

parent 5fe3d702
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,7 @@ export default {
off() {
setTimeout(() => {
this.$emit('input', false)
this.$emit('close')
if (this.step == 3 && this.loading == 2) {
this.setStep(1)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment