Skip to content

Commit 20f8ed3

Browse files
committed
fix(components): fix VerticalMixMenu name
1 parent 5baf19d commit 20f8ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/modules/global-menu/modules/vertical-mix-menu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import FirstLevelMenu from '../components/first-level-menu.vue';
1414
import GlobalLogo from '../../global-logo/index.vue';
1515
1616
defineOptions({
17-
name: 'VerticalMenuMix'
17+
name: 'VerticalMixMenu'
1818
});
1919
2020
const route = useRoute();

0 commit comments

Comments
 (0)