[bugfix] ImagePreview: manually close not work (#864)

This commit is contained in:
neverland 2018-04-12 20:08:20 +08:00 committed by GitHub
parent 7c84582d7b
commit a5ddfeee68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ export default {
this.opened = false;
manager.close(this._popupId);
this.$emit('input', false);
},
move() {