-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.20
Environment
vue3
Reproduction link
https://3x.antdv.com/components/modal-cn
Steps to reproduce
使用confirm()方式弹窗,构建以后无法关闭对话框,我加上
onCancel() {
Modal.destroyAll();
},
onOk() {
Modal.destroyAll();
},
也无法关闭,但是在dev下正常可以关闭,build以后就无法关闭。
What is expected?
希望可以关闭
What is actually happening?
build打包以后Modal 对话框无法关闭