Skip to content

Commit a07a2a3

Browse files
authored
Update index.md (#429)
2 parents 67aa54a + d082752 commit a07a2a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/docs/zh/components/conversations

apps/docs/zh/components/conversations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ title: 'Conversations'
7373
| 事件 | 参数 | 描述 |
7474
| -------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
7575
| `@menuCommand` | `(command: ConversationMenuCommand, item: ConversationItem): void` | 菜单命令回调,支持重命名、删除等操作。如果你选择自定义菜单,这个方法失效,需要自行处点击菜单的逻辑。 |
76+
| `@change` | `(item: ConversationItem): void` | 列表项点击回调 |
7677
| `:loadMore` | -- | 绑定懒加载回调,滚动至底部时触发 |
7778

7879
## 功能特性

0 commit comments

Comments
 (0)