List items displaying.

This commit is contained in:
aminecmi
2022-01-29 10:20:02 +01:00
parent 89a2936de9
commit f99deb2631
5 changed files with 186 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ const routes: Array<RouteRecordRaw> = [
path: '/lists',
name: 'Lists',
component: () => import('../views/Lists.vue')
}
},
{ path: '/lists/:id', name: 'List', component: () => import('../views/List.vue') },
]
const router = createRouter({