feat: autoActivateChild support more layout mode (#5148)

This commit is contained in:
Netfan
2024-12-16 04:54:32 +08:00
committed by GitHub
parent 2efb5b71c3
commit f6faeb034e
4 changed files with 37 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ const {
const {
handleMenuSelect,
handleMenuOpen,
headerActive,
headerMenus,
sidebarActive,
@@ -260,6 +261,7 @@ const headerSlots = computed(() => {
:rounded="isMenuRounded"
:theme="sidebarTheme"
mode="vertical"
@open="handleMenuOpen"
@select="handleMenuSelect"
/>
</template>