Skip to content

Commit 663a2c7

Browse files
committed
perf: 移除左侧导航菜单 unique-opened 属性
1 parent b01c8b2 commit 663a2c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layouts/components/Sidebar/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px")
4343
:background-color="backgroundColor"
4444
:text-color="textColor"
4545
:active-text-color="activeTextColor"
46-
:unique-opened="true"
4746
:collapse-transition="false"
4847
:mode="isTop && !isMobile ? 'horizontal' : 'vertical'"
4948
>

0 commit comments

Comments
 (0)