0👍
You can define your v-for
like below and use the index
<div v-for="(val,index) in summary.tradePrices" :bind="index"></div>
Source:stackexchange.com
0👍
You can define your v-for
like below and use the index
<div v-for="(val,index) in summary.tradePrices" :bind="index"></div>