Skip to content

Instantly share code, notes, and snippets.

@cvetkovskin
Created September 10, 2019 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvetkovskin/d6a39fa17c9fb6fb48126c011dc956cc to your computer and use it in GitHub Desktop.
Save cvetkovskin/d6a39fa17c9fb6fb48126c011dc956cc to your computer and use it in GitHub Desktop.
<template>
<div class="movie-list">
<div v-for="(movie, index) in movies" :key="`movie-poster-${index}`" class="movie">
<amp-img :src="movie.Poster" width="197" height="310" layout="responsive" alt="a sample poster" />
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment