Any way to use v-for to get an array of images loaded?
Have tried with the following code:
Im pretty new to Vue, I still have a lot to learn. So any help will
Use image object element, not images object array here in src and alt.
image
images
src
alt
<img v-for="image in images" :src="image.url" :alt="image.alt" />