Yep that does it. item.score is a number not an Array. 123<div v-for="index in parseInt(item.score)" :key="index"> </div>