Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

How to use stopOnLastSlide property? #837

Open
ChestnutNeko opened this issue Feb 10, 2022 · 0 comments
Open

How to use stopOnLastSlide property? #837

ChestnutNeko opened this issue Feb 10, 2022 · 0 comments

Comments

@ChestnutNeko
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant