From d218c7de471e54e72db1e1bd7c5c23d0d9dfd678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 18 May 2023 18:28:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(Sidebar.vue):=20:bug:=20`tag`=20=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=80=89=E4=B8=AD=E8=8F=9C=E5=8D=95=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=9C=AA=E5=85=B3=E8=81=94=E7=9D=80=E8=89=B2=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: b79639a8013236ecb6382453df7b17cc0a0fce8c --- src/layout/components/Sidebar/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index f276f0b6..c76bed9b 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -1,4 +1,5 @@ @@ -20,6 +21,7 @@ const { sidebarLogo } = storeToRefs(settingsStore);