We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.2
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36" Vue: 2.6.11
https://github.com/NightMoom/ant-bug-report
import { Modal } from "ant-design-vue";
this.modal = Modal.success({
title: opts.title,
width: opts.width,
icon: "compass",
closable: true // 右上角关闭按钮
});
modal能正常显示右上角关闭按钮
closable不能生效
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Version
1.7.2
Environment
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36" Vue: 2.6.11
Reproduction link
https://github.com/NightMoom/ant-bug-report
Steps to reproduce
import { Modal } from "ant-design-vue";
this.modal = Modal.success({
title: opts.title,
width: opts.width,
icon: "compass",
closable: true // 右上角关闭按钮
});
What is expected?
modal能正常显示右上角关闭按钮
What is actually happening?
closable不能生效
The text was updated successfully, but these errors were encountered: