-
-
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
4.0.8
Environment
{ "name": "workspace", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "volar-preview-vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.3.9", "ant-design-vue": "^4.0.8" }, "devDependencies": { "@codesandbox/vue-preview": "^0.1.1-alpha.16", "@vitejs/plugin-vue": "^4.5.0", "typescript": "^5.3.2", "vite": "^5.0.4", "vue-tsc": "^1.8.24" } }
Reproduction link
Steps to reproduce
modal打开后点击取消或者确定都不能关闭
What is expected?
正常关闭
What is actually happening?
未关闭,也没有任务错误抛出