mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改全局配置展示
This commit is contained in:
@@ -132,7 +132,7 @@ const handleContextMenu = (e: MouseEvent, item: CreateComponentType) => {
|
||||
* @param menuConfig
|
||||
* @returns
|
||||
*/
|
||||
export const useContextMenu = (menuConfig: {
|
||||
export const useContextMenu = (menuConfig?: {
|
||||
// 自定义右键配置
|
||||
selfOptions?: MenuOptionsItemType[]
|
||||
// 前置处理函数
|
||||
|
||||
Reference in New Issue
Block a user