mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
[bugfix] ImagePreview: manually close not work (#864)
This commit is contained in:
@@ -114,6 +114,7 @@ export default {
|
|||||||
|
|
||||||
this.opened = false;
|
this.opened = false;
|
||||||
manager.close(this._popupId);
|
manager.close(this._popupId);
|
||||||
|
this.$emit('input', false);
|
||||||
},
|
},
|
||||||
|
|
||||||
move() {
|
move() {
|
||||||
|
|||||||
Reference in New Issue
Block a user