ant-design-vue/components/comment/index.en-US.md

10 lines
530 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 | List of action items rendered below the comment content | Array \| slot | - |
2019-01-01 07:33:43 +00:00
| author | The element to display as the comment author | string\|slot | - |
| avatar | The element to display as the comment avatar - generally an antd `Avatar` or src | string\|slot | - |
| content | The main content of the comment | string\|slot | - |
| datetime | A datetime element containing the time to be displayed | string\|slot | - |