mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +08:00
[bugfix] ImagePreview: manually close not work (#864)
This commit is contained in:
parent
7c84582d7b
commit
a5ddfeee68
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user