mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 工作流
This commit is contained in:
parent
9d7db25d97
commit
73de9fee75
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue