mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改右键问题
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
:y="mousePosition.y"
|
||||
:options="menuOptions"
|
||||
:show="chartEditStore.getRightMenuShow"
|
||||
:on-clickoutside="onClickoutside"
|
||||
:on-clickoutside="onClickOutSide"
|
||||
@select="handleMenuSelect"
|
||||
></n-dropdown>
|
||||
</template>
|
||||
@@ -67,7 +67,7 @@ const ContentConfigurations = loadAsyncComponent(() =>
|
||||
// 右键
|
||||
const {
|
||||
menuOptions,
|
||||
onClickoutside,
|
||||
onClickOutSide,
|
||||
mousePosition,
|
||||
handleMenuSelect
|
||||
} = useContextMenu()
|
||||
|
||||
Reference in New Issue
Block a user