We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67aa54a + d082752 commit a07a2a3Copy full SHA for a07a2a3
1 file changed
apps/docs/zh/components/conversations/index.md
@@ -73,6 +73,7 @@ title: 'Conversations'
73
| 事件 | 参数 | 描述 |
74
| -------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
75
| `@menuCommand` | `(command: ConversationMenuCommand, item: ConversationItem): void` | 菜单命令回调,支持重命名、删除等操作。如果你选择自定义菜单,这个方法失效,需要自行处点击菜单的逻辑。 |
76
+| `@change` | `(item: ConversationItem): void` | 列表项点击回调 |
77
| `:loadMore` | -- | 绑定懒加载回调,滚动至底部时触发 |
78
79
## 功能特性
0 commit comments