From 663a2c71732b068707d12e426deda1f0efe77bf5 Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Tue, 26 Nov 2024 16:15:49 +0800
Subject: [PATCH] =?UTF-8?q?perf:=20=E7=A7=BB=E9=99=A4=E5=B7=A6=E4=BE=A7?=
 =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=8F=9C=E5=8D=95=20unique-opened=20?=
 =?UTF-8?q?=E5=B1=9E=E6=80=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/layouts/components/Sidebar/index.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/layouts/components/Sidebar/index.vue b/src/layouts/components/Sidebar/index.vue
index 2e83b13..28d0039 100644
--- a/src/layouts/components/Sidebar/index.vue
+++ b/src/layouts/components/Sidebar/index.vue
@@ -43,7 +43,6 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px")
         :background-color="backgroundColor"
         :text-color="textColor"
         :active-text-color="activeTextColor"
-        :unique-opened="true"
         :collapse-transition="false"
         :mode="isTop && !isMobile ? 'horizontal' : 'vertical'"
       >