feat(components): 添加vertical-mix的导航模式下的菜单

This commit is contained in:
Soybean
2021-09-27 00:47:04 +08:00
parent 2fe3d27a36
commit f24ec1c532
15 changed files with 251 additions and 54 deletions

View File

@ -69,7 +69,7 @@ const themeStore = defineStore({
setNavMode(mode: NavMode) {
this.navStyle.mode = mode;
},
/** 折叠菜单 */
/** 切割菜单(顶部混合模式horizontal-mix) */
handleSplitMenu(isSplit: boolean) {
this.menuStyle.splitMenu = isSplit;
},