release: 2.0.0发布

This commit is contained in:
kailong321200875
2021-10-24 12:25:30 +08:00
parent 0e3eb4ba8b
commit b9f96d485f
42 changed files with 10256 additions and 185 deletions

View File

@@ -13,7 +13,6 @@ import { useAppStoreWithOut } from '@/store/modules/app'
const appStore = useAppStoreWithOut()
const modules = import.meta.glob('../../views/**/*.vue')
console.log(modules)
/* Layout */
const Layout = () => import('@/layout/index.vue')