mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
popup component
This commit is contained in:
@@ -122,9 +122,8 @@ const PopupManager = {
|
||||
if (modalDom.parentNode) modalDom.parentNode.removeChild(modalDom);
|
||||
|
||||
modalDom.style.display = 'none';
|
||||
this.modalDom = undefined;
|
||||
this.modalDom = null;
|
||||
}
|
||||
removeClass(modalDom, 'v-modal-leave');
|
||||
}, 200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user