fix: added views route in tasks
This commit is contained in:
parent
3b1cd968b0
commit
c71cade089
@ -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'),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user