You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: