mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-01 14:23:44 +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';
|
||||
|
||||
defineOptions({
|
||||
name: 'VerticalMenuMix'
|
||||
name: 'VerticalMixMenu'
|
||||
});
|
||||
|
||||
const route = useRoute();
|
||||
|
||||
Reference in New Issue
Block a user