diff --git a/src/router/index.js b/src/router/index.js index 694d4e6..881b3c3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,7 +13,7 @@ const router = createRouter({ { path: '/', name: 'dashboard', - component: () => import('@/views/Dashboard.vue'), + component: () => import('@/views/DashboardNew.vue'), meta: { requiresAuth: true } }, {