vue-menu icon indicating copy to clipboard operation
vue-menu copied to clipboard

Menu/Contextmenu Component for vue2

Results 12 vue-menu issues
Sort by recently updated
recently updated
newest added

I want to open a dynamic context menu programmatic in the right click event handler of a button or component. How can I achieve this?

I think this is the same problem with this link: https://github.com/ElemeFE/element/issues/3120

**Background:** - I have an [VIS-Timeline](https://visjs.github.io/vis-timeline/docs/timeline/) component and want to establish a right-click context menu for each embedded timeline item. - The items are programmatically rendered by VIS but the...

Hello: The menu always showing after clicked each menu item. ```js {{l.Name}} ```

I'm receiving different warns when trying to implement a simple context menu, using code from the examples, this warn is triggered when I hover on a child element. ``` Click...

It would be really useful to disable come menu bar item.

I have a list, when right click a list item, open a menu, but it should like browser's behavior, when open a contextMenu should close other contextMenu, if not, multiple...

Seriously, great plugin. I'm currently using your other plugin, hsc-window which I also love. However, i've noticed across both plugins, your documentation is really lacking. It would be nice if...

I noticed in Sample 3, if you make the context menu parent keyboard navigable with a link: ``` Secondary click here ``` Or just using tabindex: ``` Secondary click here...

I needed to adjust the context menu's z-index, as one of my other components had a non-standard z-index greater than zero (you probably want a high z-index to begin with)....