diff --git a/src/router/index.js b/src/router/index.js index 0db5705..7d59c04 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -8,7 +8,7 @@ const routes = [ path: '/', name: "Home", component: () => import('@v/MainView.vue'), - // meta: { requiresAuth: true } + meta: { requiresAuth: true } }, { path: '/board',