📝 comment zh-CN doc Type

This commit is contained in:
ycjcl868 2018-12-01 20:26:21 +08:00
parent f9f6567b95
commit d97218fb28

View File

@ -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 | - |