mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Component Boom
This commit is contained in:
@@ -13,11 +13,11 @@ const router = createRouter({
|
||||
},
|
||||
{
|
||||
path: '/:category/:subcategory',
|
||||
name: 'category',
|
||||
component: CategoryLayout,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
name: 'category',
|
||||
component: CategoryPage,
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user