feat: Table组件重构

This commit is contained in:
陈凯龙
2021-10-21 17:24:04 +08:00
parent f64842462e
commit 07adefb89b
21 changed files with 509 additions and 420 deletions

View File

@@ -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')