You can also try v-for="(value, key, index) in PointsAvailable"
and reference them accordingly. check this example from the Vue documentation
<div v-for="(value, name, index) in object">
{{ index }}. {{ name }}: {{ value }}
https://vuejs.org/v2/guide/list.htmlhttps://v2.vuejs.org/v2/guide/list.html