ルータに追加

This commit is contained in:
ろむねこ 2024-07-18 15:07:31 +09:00
parent ce500cf7dd
commit 54acd7d8e9
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -6,6 +6,11 @@ const routes: RouteRecordRaw[] = [
component: () => import('layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
},
{
path: '/login',
component: () => import('layouts/FullScreenLayout.vue'),
children: [{ path: '', component: () => import('pages/LoginPage.vue') }],
},
// Always leave this as last one,
// but you can also remove it