Skip to content

Commit

Permalink
fix(projects): fix vertical-mix-menu when sider collapse. fixed #608
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Sep 6, 2024
1 parent a44ea62 commit c3f1f69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/layouts/modules/global-menu/modules/vertical-mix-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ watch(
mode="vertical"
:value="selectedKey"
:options="childLevelMenus"
:collapsed="appStore.siderCollapse"
:collapsed-width="themeStore.sider.collapsedWidth"
:collapsed-icon-size="22"
:inverted="inverted"
:indent="18"
@update:value="routerPushByKeyWithMetaQuery"
Expand Down

0 comments on commit c3f1f69

Please sign in to comment.