Example: Get the array element index with 'v-for'

The 'v-for' directive is used to get the index and food name of elements inside the 'manyFoods' array in the Vue instance.

{{ index }}: "{{ x }}"