mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-17 07:24:04 +00:00
feat(menu): add mixSideTrigger setting
This commit is contained in:
@@ -33,6 +33,8 @@ const getSplit = computed(() => unref(getMenuSetting).split);
|
||||
|
||||
const getMenuBgColor = computed(() => unref(getMenuSetting).bgColor);
|
||||
|
||||
const getMixSideTrigger = computed(() => unref(getMenuSetting).mixSideTrigger);
|
||||
|
||||
const getCanDrag = computed(() => unref(getMenuSetting).canDrag);
|
||||
|
||||
const getAccordion = computed(() => unref(getMenuSetting).accordion);
|
||||
@@ -145,5 +147,6 @@ export function useMenuSetting() {
|
||||
getIsMixMode,
|
||||
getIsMixSidebar,
|
||||
getCloseMixSidebarOnChange,
|
||||
getMixSideTrigger,
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user