fix popconfirm 文档

pull/9/head
wangxueliang 7 years ago
parent 75356da275
commit ce7ca6c939

@ -2,8 +2,8 @@
| Param | Description | Type | Default value | | Param | Description | Type | Default value |
| ----- | ----------- | ---- | ------------- | | ----- | ----------- | ---- | ------------- |
| cancelText | text of the Cancel button | string | `Cancel` | | cancelText | text of the Cancel button | string\|slot | `Cancel` |
| okText | text of the Confirm button | string | `Confirm` | | okText | text of the Confirm button | string\|slot | `Confirm` |
| okType | Button `type` of the Confirm button | string | `primary` | | okType | Button `type` of the Confirm button | string | `primary` |
| title | title of the confirmation box | string\|slot | - | | title | title of the confirmation box | string\|slot | - |

@ -2,8 +2,8 @@
| 参数 | 说明 | 类型 | 默认值 | | 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| cancelText | 取消按钮文字 | string | 取消 | | cancelText | 取消按钮文字 | string\|slot | 取消 |
| okText | 确认按钮文字 | string | 确定 | | okText | 确认按钮文字 | string\|slot | 确定 |
| okType | 确认按钮类型 | string | primary | | okType | 确认按钮类型 | string | primary |
| title | 确认框的描述 | string\|slot | 无 | | title | 确认框的描述 | string\|slot | 无 |

Loading…
Cancel
Save