You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
518 B
11 lines
518 B
6 years ago
|
## API
|
||
|
|
||
|
| Property | Description | Type | Default |
|
||
|
| -------- | ----------- | ---- | ------- |
|
||
|
| actions | 在评论内容下面呈现的操作项列表 | Array|slot | - |
|
||
|
| author | 要显示为注释作者的元素 | string\|slot | - |
|
||
|
| avatar | 要显示为评论头像的元素 - 通常是 antd `Avatar` 或者src | string\|slot | - |
|
||
|
| children | 嵌套注释应作为注释的子项提供 | slot | - |
|
||
|
| content | 评论的主要内容 | string\|slot | - |
|
||
|
| datetime | 展示时间描述 | string\|slot | - |
|