diff --git a/Yi.Ai.Vue3/src/components/ChatMessageList/index.vue b/Yi.Ai.Vue3/src/components/ChatMessageList/index.vue new file mode 100644 index 00000000..0f4d15a9 --- /dev/null +++ b/Yi.Ai.Vue3/src/components/ChatMessageList/index.vue @@ -0,0 +1,340 @@ + + + + + + + + + + + + + + + + + + + + + {{ item.content }} + + + + + + + + + + + + + + + diff --git a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue index fcdae64b..7f776bd3 100644 --- a/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue +++ b/Yi.Ai.Vue3/src/pages/chat/layouts/chatWithId/index.vue @@ -2,7 +2,6 @@