Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Created January 20, 2020 08:46
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 kyuwoo-choi/d3c905a274735eea8e52b312658ee969 to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/d3c905a274735eea8e52b312658ee969 to your computer and use it in GitHub Desktop.
<div class="carousel-wrapper">
<div v-swiper:mySwiper="options">
<div class="swiper-wrapper">
<div v-for="i in 5" :key="i" class="img-wrapper swiper-slide">
<img :src="`./${i}-200x100.jpg`" />
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment