Example 'v-for' to create images and text

The 'v-for' directive is used to create images and text based on the 'manyFoods' array in the Vue instance.

{{ x.name }}

{{ x.type }}

index of the given item: {{ index }}