feat(backend): SingleTheme-pagina geïmplementeerd
This commit is contained in:
parent
a33ec6c452
commit
34f980d690
7 changed files with 137 additions and 49 deletions
|
@ -65,9 +65,10 @@ const router = createRouter({
|
|||
},
|
||||
|
||||
{
|
||||
path: "/theme/:id",
|
||||
path: "/theme/:theme",
|
||||
name: "Theme",
|
||||
component: SingleTheme,
|
||||
props: true,
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue