diff --git a/frontend/src/router.js b/frontend/src/router.js index 8d7c394c..dff911ec 100644 --- a/frontend/src/router.js +++ b/frontend/src/router.js @@ -45,7 +45,8 @@ const routes = [ component: () => import('@/pages/Notes.vue'), }, { - path: '/tasks', + alias: '/tasks', + path: '/tasks/view/:viewType?', name: 'Tasks', component: () => import('@/pages/Tasks.vue'), },