リストレンダリング

<div v-for="(value, key, index) in object">
  {{ index }}. {{ key }}: {{ value }}
</div>