mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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