const items = [
[
{
label: "Niklaus Mutseyekwa",
type: "label",
},
],
[
{
label: "Profile",
icon: "i-mdi-user",
to: "/dashboard/profile",
// component: "NuxtLink",
// onSelect: () => (open.value = false),
},
{
label: "Settings",
icon: "i-mdi-cog-outline",
to: "/dashboard/settings",
// component: "NuxtLink",
},
],
[
{
label: "Logout",
icon: "i-mdi-logout",
color: "error",
onSelect: handleSignOut,
},
],
];
const items = [
[
{
label: "Niklaus Mutseyekwa",
type: "label",
},
],
[
{
label: "Profile",
icon: "i-mdi-user",
to: "/dashboard/profile",
// component: "NuxtLink",
// onSelect: () => (open.value = false),
},
{
label: "Settings",
icon: "i-mdi-cog-outline",
to: "/dashboard/settings",
// component: "NuxtLink",
},
],
[
{
label: "Logout",
icon: "i-mdi-logout",
color: "error",
onSelect: handleSignOut,
},
],
];