Component Boom

This commit is contained in:
David Haz
2025-07-10 15:36:38 +03:00
parent a4982577ad
commit 9b3465b04d
135 changed files with 16697 additions and 60 deletions

View File

@@ -13,11 +13,11 @@ const router = createRouter({
},
{
path: '/:category/:subcategory',
name: 'category',
component: CategoryLayout,
children: [
{
path: '',
name: 'category',
component: CategoryPage,
}
]