- added Categories to the Task List.
- Drawer added SubMenu : Personal / Work Todo list categories.
This commit is contained in:
@@ -25,7 +25,7 @@ export const RouteConfig: VueRouteConfig[] = [
|
||||
meta: { name: 'Verify Reg' }
|
||||
},
|
||||
{
|
||||
path: '/todo',
|
||||
path: '/todo/:category',
|
||||
component: () => import('@/components/todos/todo/todo.vue'),
|
||||
meta: { name: 'Todos' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user