ant-design-vue/components/comment/index.zh-CN.md

10 lines
450 B
Markdown
Raw Normal View History

2019-01-01 07:33:43 +00:00
## API
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
2019-01-02 03:03:46 +00:00
| actions | 在评论内容下面呈现的操作项列表 | Array\|slot | - |
2019-01-01 07:33:43 +00:00
| author | 要显示为注释作者的元素 | string\|slot | - |
| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者src | string\|slot | - |
| content | 评论的主要内容 | string\|slot | - |
| datetime | 展示时间描述 | string\|slot | - |