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

@@ -27,11 +27,11 @@ async function handleSelect(key: string) {
<template>
<Menu
:rounded="rounded"
:accordion="accordion"
:collapse="collapse"
:default-active="route.path"
:menus="menus"
:rounded="rounded"
:theme="theme"
mode="vertical"
@select="handleSelect"

View File

@@ -23,14 +23,14 @@ function handleMenuSelect(key: string) {
<template>
<Menu
:rounded="rounded"
:collapse-show-title="collapseShowTitle"
:collapse="collapse"
:accordion="accordion"
:collapse="collapse"
:collapse-show-title="collapseShowTitle"
:default-active="defaultActive"
:menus="menus"
:theme="theme"
:mode="mode"
:rounded="rounded"
:theme="theme"
@select="handleMenuSelect"
/>
</template>

View File

@@ -42,12 +42,12 @@ onBeforeMount(() => {
<template>
<NormalMenu
:rounded="rounded"
:active-path="activePath"
:collapse="collapse"
:menus="menus"
:active-path="activePath"
:rounded="rounded"
:theme="theme"
@select="handleSelect"
@enter="(menu) => emit('enter', menu)"
@select="handleSelect"
/>
</template>