Added task functionality

This commit is contained in:
2024-04-05 20:50:56 -04:00
parent b3ce8e59cb
commit 8464701082
5 changed files with 104 additions and 34 deletions

View File

@@ -57,9 +57,9 @@ const routes: RouteRecordRaw[] = [
name: 'task-index',
},
{
path: 'new',
component: () => import('pages/task/NewTaskPage.vue'),
name: 'new-task',
path: 'edit',
component: () => import('pages/task/TaskEditPage.vue'),
name: 'edit-task',
},
],
},