fix: docs typo (#1162)

pull/1225/head
zkwolf 2019-09-08 10:52:14 +08:00 committed by tangjinzhou
parent ae5a5878d5
commit 5a0290af98
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
| okText | 确认按钮文字 | string\|slot | 确定 |
| okType | 确认按钮类型 | string | primary |
| title | 确认框的描述 | string\|slot | 无 |
| icon | 自定义弹出气泡 Icon 图标 | ReactNode | <Icon type="exclamation-circle" /> |
| icon | 自定义弹出气泡 Icon 图标 | vNode | <Icon type="exclamation-circle" /> |
### 事件
| 事件名称 | 说明 | 回调参数 |