vue-context-menu
vue-context-menu copied to clipboard
Apply the target of context menu to list of element?
Hi, great plugin :)
I was wondering if it's possible to apply the target of the menu to a list of element?
I have this :
<div class="track" ref="track" v-for="track in project.structure.tracks"> [...stuff here ... ] </div>
And I want to apply a context menu to each of the elements of this list... is it possible?
@Hi, thanks for your feedback. For now you can make your list item to an component, so you can bind target in the component. We will make it more easy in next version.