JayeshLab / vue-crypto-dashboard

Cryptocurrency Dashboard made with Vue
https://jayeshlab.github.io/vue-crypto-dashboard/
MIT License
228 stars 116 forks source link

hot-fix in index of for in cryptoboard view #6

Closed JuanCG13 closed 2 years ago

JuanCG13 commented 3 years ago

it is not recommended to use the index in "v-for" for iteration because it restarts when the component is rendered causing the component positions to overlap.