Format fixes

This commit is contained in:
tugcekucukoglu
2024-07-29 10:14:47 +03:00
parent a60346c2da
commit 2726aeb8a1
11 changed files with 137 additions and 169 deletions

View File

@@ -82,24 +82,6 @@ const nestedMenuitems = ref([
]);
const breadcrumbHome = ref({ icon: 'pi pi-home', to: '/' });
const breadcrumbItems = ref([{ label: 'Computer' }, { label: 'Notebook' }, { label: 'Accessories' }, { label: 'Backpacks' }, { label: 'Item' }]);
const nestedRouteItems = ref([
{
label: 'Personal',
to: '/uikit/menu'
},
{
label: 'Seat',
to: '/uikit/menu/seat'
},
{
label: 'Payment',
to: '/uikit/menu/payment'
},
{
label: 'Confirmation',
to: '/uikit/menu/confirmation'
}
]);
const tieredMenuItems = ref([
{
label: 'Customers',