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

Apply the target of context menu to list of element?

Open Sualty opened this issue 7 years ago • 1 comments

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?

Sualty avatar Aug 22 '17 11:08 Sualty

@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.

binggg avatar Aug 22 '17 12:08 binggg