mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
pass lint
This commit is contained in:
parent
3690b2888d
commit
ae78df0337
@ -12,9 +12,7 @@ var confirm = antd.confirm;
|
||||
function showConfirm(){
|
||||
confirm({
|
||||
title: '第一个 confirm',
|
||||
content: 'confirm 内容',
|
||||
onOk: function() {},
|
||||
onCancel: function() {}
|
||||
content: 'confirm 内容'
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user