I'm trying to attach the values I get from a v-for to attributes in the same tag but with no luck. Here's my code:
<label
v-for="hashtag in hashtags"
v-bind:title=`You can filter with {hashtag}`
v-bind:data-value="hashtag"
></label>
Basically the value goes to the title and data-value