chore: format code

This commit is contained in:
vben
2024-06-09 13:31:43 +08:00
parent 68229a4d2f
commit 35c3dd78ec
65 changed files with 419 additions and 494 deletions

View File

@@ -37,19 +37,19 @@ const hasChildren = computed(() => {
<MenuItem
v-if="!hasChildren"
:key="menu.path"
:path="menu.path"
:icon="menu.icon"
:badge="menu.badge"
:badge-type="menu.badgeType"
:badge-variants="menu.badgeVariants"
:icon="menu.icon"
:path="menu.path"
>
<template #title>{{ menu.name }}</template>
</MenuItem>
<SubMenuComp
v-else
:key="`${menu.path}_sub`"
:path="menu.path"
:icon="menu.icon"
:path="menu.path"
>
<template #content>
<VbenMenuBadge