mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
feat(components): 添加vertical-mix的导航模式下的菜单
This commit is contained in:
@@ -69,7 +69,7 @@ const themeStore = defineStore({
|
||||
setNavMode(mode: NavMode) {
|
||||
this.navStyle.mode = mode;
|
||||
},
|
||||
/** 折叠菜单 */
|
||||
/** 切割菜单(顶部混合模式horizontal-mix) */
|
||||
handleSplitMenu(isSplit: boolean) {
|
||||
this.menuStyle.splitMenu = isSplit;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user