1👍
The {{ }}
syntax can’t be used inside of dynamic attributes. Also, you need to prefix with v-bind:
or short :
.
Try this: :href="data.winnerlink"
Source:stackexchange.com
1👍
The {{ }}
syntax can’t be used inside of dynamic attributes. Also, you need to prefix with v-bind:
or short :
.
Try this: :href="data.winnerlink"