mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-14 17:01:19 +08:00
10 lines
728 B
Markdown
10 lines
728 B
Markdown
## API
|
|
|
|
| Property | Description | Type | Default |
|
|
| -------- | ------------------------------------------------------ | ------------ | ------- |
|
|
| actions | 在评论内容下面呈现的操作项列表 | Array\|slot | - |
|
|
| author | 要显示为注释作者的元素 | string\|slot | - |
|
|
| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者 src | string\|slot | - |
|
|
| content | 评论的主要内容 | string\|slot | - |
|
|
| datetime | 展示时间描述 | string\|slot | - |
|