From 3ee8c51f9022a207494a62dec343bf13aa8d1a2a Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 15 Feb 2023 20:21:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BD=93=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=94=B6=E8=B5=B7=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=B0`horizontal`=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E6=97=B6=E6=96=87=E5=AD=97=E4=B8=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/sidebar/sidebarItem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/sidebar/sidebarItem.vue b/src/layout/components/sidebar/sidebarItem.vue index ae94084d4..07c4ea998 100644 --- a/src/layout/components/sidebar/sidebarItem.vue +++ b/src/layout/components/sidebar/sidebarItem.vue @@ -274,6 +274,9 @@ function resolvePath(routePath) { :is="useRenderIcon(props.item.meta && toRaw(props.item.meta.icon))" /> + + {{ transformI18n(props.item.meta.title) }} +