Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into antdv-next

This commit is contained in:
dap
2026-03-23 13:34:03 +08:00
4 changed files with 149 additions and 17 deletions

View File

@@ -373,7 +373,7 @@ const headerSlots = computed(() => {
v-if="preferences.logo.enable"
:fit="preferences.logo.fit"
:text="preferences.app.name"
:theme="theme"
:theme="sidebarThemeSub"
>
<template v-if="$slots['logo-text']" #text>
<slot name="logo-text"></slot>