From 73de9fee750d679aeb0d506df896854092164686 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Mon, 17 Jun 2024 11:37:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/views/chat/index.vue b/ui/src/views/chat/index.vue index 1c41bfd73..16f77d8fb 100644 --- a/ui/src/views/chat/index.vue +++ b/ui/src/views/chat/index.vue @@ -5,7 +5,9 @@ import { onMounted, computed } from 'vue' import { useRoute } from 'vue-router' -const components: any = import.meta.glob('@/views/chat/**/index.vue') +const components: any = import.meta.glob('@/views/chat/**/index.vue', { + eager: true +}) const route = useRoute() const { query: { mode }