diff --git a/components/popconfirm/index.zh-CN.md b/components/popconfirm/index.zh-CN.md index 7418d6680..938dd9a7e 100644 --- a/components/popconfirm/index.zh-CN.md +++ b/components/popconfirm/index.zh-CN.md @@ -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" /> | ### 事件 | 事件名称 | 说明 | 回调参数 |