feat: 工作流

This commit is contained in:
shaohuzhang1 2024-06-17 11:37:44 +08:00
parent 9d7db25d97
commit 73de9fee75

View File

@ -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 }