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'" >