mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
【代码优化】AI:markdown 组件,增加相关的注释
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
<ConversationList
|
||||
:active-id="activeConversationId"
|
||||
ref="conversationListRef"
|
||||
@onConversationCreate="handleConversationCreateSuccess"
|
||||
@onConversationClick="handleConversationClick"
|
||||
@onConversationClear="handleConversationClear"
|
||||
@onConversationDelete="handlerConversationDelete"
|
||||
@on-conversation-create="handleConversationCreateSuccess"
|
||||
@on-conversation-click="handleConversationClick"
|
||||
@on-conversation-clear="handleConversationClear"
|
||||
@on-conversation-delete="handlerConversationDelete"
|
||||
/>
|
||||
<!-- 右侧:对话详情 -->
|
||||
<el-container class="detail-container">
|
||||
|
Reference in New Issue
Block a user