From 6a89814b83dd0ab437e761d7babdf70557073916 Mon Sep 17 00:00:00 2001 From: zoumingjun <846027729@qq.com> Date: Sat, 18 Oct 2025 20:59:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=B1=95=E5=BC=80=E6=8A=98=E5=8F=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@core/ui-kit/layout-ui/src/vben-layout.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/@core/ui-kit/layout-ui/src/vben-layout.vue b/packages/@core/ui-kit/layout-ui/src/vben-layout.vue index e9e98dd4..3ae529ee 100644 --- a/packages/@core/ui-kit/layout-ui/src/vben-layout.vue +++ b/packages/@core/ui-kit/layout-ui/src/vben-layout.vue @@ -10,7 +10,7 @@ import { useLayoutFooterStyle, useLayoutHeaderStyle, } from '@vben-core/composables'; -import { Menu } from '@vben-core/icons'; +import { IconifyIcon } from '@vben-core/icons'; import { VbenIconButton } from '@vben-core/shadcn-ui'; import { ELEMENT_ID_MAIN_CONTENT } from '@vben-core/shared/constants'; @@ -559,7 +559,8 @@ const idMainContent = ELEMENT_ID_MAIN_CONTENT; class="my-0 mr-1 rounded-md" @click="handleHeaderToggle" > -
+