mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
modify text
This commit is contained in:
parent
d1ad214d73
commit
b8427c6fce
@ -9,7 +9,7 @@
|
||||
````jsx
|
||||
var Popconfirm = antd.Popconfirm;
|
||||
var message = antd.message;
|
||||
var text = '确认文案';
|
||||
var text = '确定要删除这个任务吗?';
|
||||
|
||||
function confirm() {
|
||||
message.info('点击了确定');
|
||||
|
Loading…
Reference in New Issue
Block a user