mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): fix vertical-mix-menu when sider collapse. fixed #608
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user