Added and linked todo list to the project list

This commit is contained in:
Paolo Arena
2019-04-03 02:48:05 +02:00
parent 7cacf5c6ea
commit fe600f40a6
34 changed files with 493 additions and 153 deletions

View File

@@ -58,7 +58,7 @@ export const routesList: IMyRouteConfig[] = [
{
path: '/todo/:category',
name: 'Todos',
component: () => import('@/views/todo/todo.vue'),
component: () => import('@/views/todo-list/todo-list.vue'),
meta: {
requiresAuth: true,
async asyncData() {