mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(components): fix VerticalMixMenu name
This commit is contained in:
		@@ -14,7 +14,7 @@ import FirstLevelMenu from '../components/first-level-menu.vue';
 | 
				
			|||||||
import GlobalLogo from '../../global-logo/index.vue';
 | 
					import GlobalLogo from '../../global-logo/index.vue';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defineOptions({
 | 
					defineOptions({
 | 
				
			||||||
  name: 'VerticalMenuMix'
 | 
					  name: 'VerticalMixMenu'
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const route = useRoute();
 | 
					const route = useRoute();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user