Skip to content

Commit

Permalink
perf: 移除左侧导航菜单 unique-opened 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 26, 2024
1 parent b01c8b2 commit 663a2c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/components/Sidebar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
>
Expand Down

0 comments on commit 663a2c7

Please sign in to comment.