【修复】AI:对话管理不展示的问题

This commit is contained in:
YunaiV
2024-06-01 15:55:19 +08:00
parent 616fe2c3c1
commit a2474c9c43
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@
</template>
<script setup lang="ts">
import ChatConversationList from './ChatConversationList.vue'
import ChatMessageList from './ChatMessageList.vue'
/** AI 聊天对话 列表 */
defineOptions({ name: 'ChatConversation' })
</script>