Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/docs/zh/components/conversations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ title: 'Conversations'
| 事件 | 参数 | 描述 |
| -------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| `@menuCommand` | `(command: ConversationMenuCommand, item: ConversationItem): void` | 菜单命令回调,支持重命名、删除等操作。如果你选择自定义菜单,这个方法失效,需要自行处点击菜单的逻辑。 |
| `@change` | `(item: ConversationItem): void` | 列表项点击回调 |
| `:loadMore` | -- | 绑定懒加载回调,滚动至底部时触发 |

## 功能特性
Expand Down