- todo: added priority, expired, pos fields.
- todo: delete item. - sorted by fields.
This commit is contained in:
@@ -24,6 +24,11 @@ export const RouteConfig: VueRouteConfig[] = [
|
||||
component: () => import('@/views/login/vreg/vreg.vue'),
|
||||
meta: { name: 'Verify Reg' }
|
||||
},
|
||||
{
|
||||
path: '/todo',
|
||||
component: () => import('@/components/todos/todo/todo.vue'),
|
||||
meta: { name: 'Todos' }
|
||||
},
|
||||
{
|
||||
path: '/category',
|
||||
component: () => import('@/components/categories/category/category.vue'),
|
||||
|
||||
Reference in New Issue
Block a user