feat: BaseLayout

This commit is contained in:
2026-06-17 11:48:43 +08:00
parent cb9687e472
commit 09221c819a
3 changed files with 111 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{
path: '/',
name: 'Root',
component: () => import('@/views/HomeView.vue'),
component: () => import('@/layouts/BaseLayout.vue'),
children: []
},
{