Browse Source

📝 comment zh-CN doc Type

pull/13383/head
ycjcl868 6 years ago
parent
commit
d97218fb28
  1. 4
      components/comment/index.zh-CN.md

4
components/comment/index.zh-CN.md

@ -1,6 +1,6 @@
---
category: Components
type: Data Display
type: 数据展示
title: Comment
subtitle: 评论
cols: 1
@ -18,7 +18,7 @@ cols: 1
| -------- | ----------- | ---- | ------- |
| actions | 在评论内容下面呈现的操作项列表 | Array<ReactNode> | - |
| author | 要显示为注释作者的元素 | string\|ReactNode | - |
| avatar | 要显示为评论头像的元素 - 通常是antd `Avatar` 或者src | string\|ReactNode | - |
| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者src | string\|ReactNode | - |
| children | 嵌套注释应作为注释的子项提供 | ReactNode | - |
| content | 评论的主要内容 | string\|ReactNode | - |
| datetime | 展示时间描述 | string\|ReactNode | - |

Loading…
Cancel
Save