mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 14:11:44 +00:00
feat: add tab drag and drop sort
This commit is contained in:
@@ -203,7 +203,7 @@ export default defineComponent({
|
||||
getMenuFixed,
|
||||
getCollapsed,
|
||||
getShowSearch,
|
||||
getHasDrag,
|
||||
getCanDrag,
|
||||
getTopMenuAlign,
|
||||
getAccordion,
|
||||
getMenuWidth,
|
||||
@@ -267,7 +267,7 @@ export default defineComponent({
|
||||
handler: (e) => {
|
||||
baseHandler(HandlerEnum.MENU_HAS_DRAG, e);
|
||||
},
|
||||
def: unref(getHasDrag),
|
||||
def: unref(getCanDrag),
|
||||
disabled: !unref(getShowMenuRef),
|
||||
}),
|
||||
renderSwitchItem('侧边菜单搜索', {
|
||||
|
Reference in New Issue
Block a user