URL Parameter fct to a specific Directory Card entry
This commit is contained in:
parent
8dbfd3af2c
commit
e6bc387ebb
7 changed files with 461 additions and 372 deletions
|
|
@ -20,6 +20,12 @@ const router = createRouter({
|
|||
path: '/faq',
|
||||
name: 'faq',
|
||||
component: FAQ
|
||||
},
|
||||
{
|
||||
path: '/directory/:id',
|
||||
name: 'directory-item',
|
||||
component: () => import('@/pages/DirectoryItem.vue'),
|
||||
props: true
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue