mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改组件名称大写的问题
This commit is contained in:
@@ -170,7 +170,7 @@ export const useContextMenu = (menuConfig?: {
|
||||
})
|
||||
}
|
||||
return {
|
||||
// todo 每次都重新计算的功能
|
||||
// todo 每次右键都执行判断功能
|
||||
// menuOptions: clearHideOption ? clearHideOption(menuOptions, hideOptionsList) : menuOptions,
|
||||
menuOptions: menuOptions,
|
||||
handleContextMenu,
|
||||
|
||||
Reference in New Issue
Block a user