feat: 调整内容

This commit is contained in:
ChenZhaoYu
2023-02-13 16:01:18 +08:00
parent feb167e2da
commit 6cafc07e0d
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const routes: RouteRecordRaw[] = [
{
path: '/',
name: 'Home',
component: () => import('@/views/Home/index.vue'),
component: () => import('@/views/home/index.vue'),
},
]