contextmenu
contextmenu copied to clipboard
(⚠️archived) Customize your context menu. (定制你的右键菜单)
Will this project support slot transfer data? For example, selectively display menu content when triggered/
## Vue - Instance accessing - `onMounted` & `onUnmounted` ## Core - `MenuGroup` & `MenuItem`
```tsx const ctx = useContextMenu(targetRef) // to const { targetRef, ctx } = useContextMenu() menu ``` leads to a new problem: how to determine it's a global menu or not?
```html ```