<div class="carousel-wrapper"> | |
<client-only> | |
<agile :options="options"> | |
<div v-for="i in 5" :key="i" class="img-wrapper"> | |
<img :src="`./${i}-200x100.jpg`" /> | |
</div> | |
</agile> | |
</client-only> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment