feat: Table组件重构
This commit is contained in:
@@ -12,7 +12,7 @@ import { store } from '../index'
|
||||
import { useAppStoreWithOut } from '@/store/modules/app'
|
||||
const appStore = useAppStoreWithOut()
|
||||
|
||||
const modules = import.meta.glob('../views/*/*.vue')
|
||||
const modules = import.meta.glob('./src/views/*/*.vue')
|
||||
|
||||
/* Layout */
|
||||
const Layout = () => import('@/layout/index.vue')
|
||||
|
||||
Reference in New Issue
Block a user