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

A simple vue context menu component.

Results 9 vue-context issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description Separator item is missing from official. However, I can easily create it with CSS. Also works with CSS scoped. ```html ``` ```scss .v-context { li.separator { display: flex;...

Hello! I'm stuck on working with the vue-context. I don't know if it is a bug or if i wrote something false, if i open one contextmenu everything happens fine...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

### Description Type definition ### Steps to Reproduce Any plan to have type definition? Let me know if I can help you with that by any chance. ### Version 6.0.0

enhancement
question

As Vue 3 has RC It will be a good idea to add support for Vue 3. I haven't tested it yet but we will surely do it within a...

enhancement
help wanted

Excellent work. In the [open source EMR ](https://github.com/savantcare/emr) I am trying to integrate the vue-context. Looking at the examples it seems I will loose the functionality of "cut" "copy" "paste"...

### Description of the Change Updated 'addHoverEventListener' by wrapping the execution in the 'nextTick'. ### Benefits Proper setup of event listeners for sub-menus. ### Any additional information The code tried...

### Description Hello! i faced a strange issue while testing my application. i've got wrapping component named as 'ContextMenu' which contains imported 'vue-context' and renders menu items in a loop....

help wanted