vue3-context-menu icon indicating copy to clipboard operation
vue3-context-menu copied to clipboard

A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件

Results 20 vue3-context-menu issues
Sort by recently updated
recently updated
newest added

出现这个错误,请问是什么原因,好像只有组件模式会产生,网上说是因为有两个vue版本,我用的quasar+vite框架,不知道怎么解决了。 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE') at Object.renderSlot (runtime-core.cjs.js:2948:32) at Proxy.Ke (ContextSubMenu.vue:24:7) at renderComponentRoot (runtime-core.esm-bundler.js:876:16) at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5995:46) at ReactiveEffect.run (reactivity.esm-bundler.js:176:19) at...

Thanks for the component! I'm using the function call to build the menu on right button click. ``` {{ item.title }} ``` With the menu builder: ``` const openContextMenu =...

The kind of issue we'd like to get more often ! I've search a little but couldn't find any link to donate. You've done a great job that saves lots...

我在element-plus的弹窗中使用时,右键菜单被弹窗遮蔽。

Just wanna say that there is a typo in almost all your CSS variables `backgroud` instead of `background`. 😞

The arrows go off the edges of the screen. How to add indentation? ![screenshot](https://github.com/user-attachments/assets/a48dd792-d6fd-406c-a61f-792b12eb3cc0)

Hi, I used the context menu to add member of an issue when onClick but the checked value of this item is not updated. ```js { label: t('members'), children: members.map(member...