context-menu
A right-mouse menu plug-in for Vue.js 2+
Before run
How to Use
Where you want to use ,just like ···
right-menu Is the only component currently. You can not only just choose it,
but also must be written to.
Insert the custom element
vue-mouse-menu has two slot witch named 'above' and 'below'.
'above': The element will be inserted at the top of the list.
'below': The element will be inserted at the bottom of the list.
See the example below.
vue-mouse-menu is data-driven So···
When 'mouse' option changes, the menu automatically calculates where it should appear and pops up.
So it's not necessarily a mouse change.Any change to 'mouse' option will trigger the pop-up menu.
See something cool.
And you will get