라우터

This commit is contained in:
dyhj625 2025-03-18 11:10:49 +09:00
parent 69baec5045
commit aaeda4b0cc

View File

@ -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',