라우터
This commit is contained in:
parent
69baec5045
commit
aaeda4b0cc
@ -8,7 +8,7 @@ const routes = [
|
|||||||
path: '/',
|
path: '/',
|
||||||
name: "Home",
|
name: "Home",
|
||||||
component: () => import('@v/MainView.vue'),
|
component: () => import('@v/MainView.vue'),
|
||||||
// meta: { requiresAuth: true }
|
meta: { requiresAuth: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/board',
|
path: '/board',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user