切换为vite模式

This commit is contained in:
piexlmax
2021-09-03 19:20:08 +08:00
parent c94c6c49a8
commit a785f12fb3
6 changed files with 155 additions and 49 deletions

View File

@@ -7,12 +7,12 @@ const routes = [{
{
path: '/init',
name: 'Init',
component: () => import('@/view/init/index')
component: () => import('@/view/init/index.vue')
},
{
path: '/login',
name: 'Login',
component: () => import('@/view/login/index')
component: () => import('@/view/login/index.vue')
}
]