ant-design/components/modal/demo/confirm.md

8 lines
257 B
Markdown
Raw Normal View History

2016-08-11 11:41:06 +08:00
## zh-CN
2020-05-29 13:39:24 +08:00
使用 `confirm()` 可以快捷地弹出确认框。onCancel/onOk 返回 promise 可以延迟关闭。
2015-06-12 19:41:30 +08:00
2016-08-11 11:41:06 +08:00
## en-US
2020-05-29 13:39:24 +08:00
Use `confirm()` to show a confirmation modal dialog. Let onCancel/onOk function return a promise object to delay closing the dialog.