menu nestedrouteitems problem solved

This commit is contained in:
Bahadır Sofuoğlu
2022-11-07 02:33:55 +03:00
parent 0e5c4072e1
commit 720b770655
6 changed files with 71 additions and 6 deletions

View File

@@ -174,19 +174,19 @@ const breadcrumbItems = ref([{ label: 'Computer' }, { label: 'Notebook' }, { lab
const nestedRouteItems = ref([
{
label: 'Personal',
to: '/menu'
to: '/uikit/menu'
},
{
label: 'Seat',
to: '/menu/seat'
to: '/uikit/menu/seat'
},
{
label: 'Payment',
to: '/menu/payment'
to: '/uikit/menu/payment'
},
{
label: 'Confirmation',
to: '/menu/confirmation'
to: '/uikit/menu/confirmation'
}
]);
const tieredMenuItems = ref([