You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
BUG REPORT TEMPLATE
How to use stopOnLastSlide property?
<swiper :options="swiperOption" > <swiper-slide v-for="(item, index) in awardList" :key="index"> <div class="award-swiper-slide"> <div class="award-title">title</div> <img :src="item.awardImg" class="award-img" /> <div class="award-name">{{ item.name }}</div> </div> </swiper-slide> </swiper>
swiperOption: { observer: true, initialSlide: 0,
1⃣️
stopOnLastSlide: false,
2⃣️
antoStopOnLastSlide: false, autoplay: {
3⃣️
stopOnLastSlide: false, disableOnInteraction: false, }, loop: true, },
1⃣️2⃣️3⃣️
Which is on effect?
What is the default value?true?
Vue.js version and component version
"vue": "^2.6.11",
"vue-awesome-swiper": "^3.1.3",
Steps to reproduce
What is Expected?
Pic loop multiple times.
What is actually happening?
The swiper didn't work after the last pic.
The text was updated successfully, but these errors were encountered: