-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
modal confirm不能关闭 #7249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
等待作者升级 |
线上出现这种问题要如何解决?固定antd版本吗? |
update 4.1 |
how about 3.x? |
Same issue here. Will you make fix for version 3.x ? |
So, will version 3.x no longer be maintained? |
It will be nice to fix it for 3.x for those who don't want a version with css in js |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
未关闭,也没有任务错误抛出
The text was updated successfully, but these errors were encountered: