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 }