feat(im): 优化整体 message 包结构

im
YunaiV 2026-04-28 09:30:12 +08:00
parent 29a03ef03d
commit ba34e4adc0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<ToolBar />
<!--
keep-alive 缓存子页面
- Tab 不重建组件ChatPanel 滚动位置输入框草稿等 UI 状态不丢
- Tab 不重建组件MessagePanel 滚动位置输入框草稿等 UI 状态不丢
- Vue 3 keep-alive 不能直接包 <router-view>会有警告必须走 v-slot Component
-->
<router-view v-slot="{ Component }">

View File

@ -21,7 +21,7 @@ import type { Group, GroupMember } from '../types'
*
*
* - /
* - groupId ChatGroupSide / MentionPicker / MessageReadStatus
* - groupId ConversationGroupSide / MentionPicker / MessageReadStatus
* - "已读 / 未读" MessageReadStatus
*/
export const useGroupStore = defineStore('imGroupStore', {