Giter Club home page Giter Club logo

Comments (3)

woodygithub avatar woodygithub commented on July 16, 2024
swiperOption: {
notNextTick: true,
direction : 'horizontal',
initialSlide: 1,
loop:true,
onSlideChangeEnd:(swiper)=>{
console.log(swiper.realIndex);
},
onTap:(swiper)=>{
console.log(swiper.realIndex);
}
}

配置代码

from vue-awesome-swiper.

surmon-china avatar surmon-china commented on July 16, 2024

实测onSlideChangeEnd回调函数始终可以得到真实的realIndex,未出现异常,若有问题,请继续反馈

from vue-awesome-swiper.

KangJun-KJ avatar KangJun-KJ commented on July 16, 2024

realIndex获取好像是有问题。
使用Dynamic Slides ( 动态加载 Slides )这个例子的代码。增加一下配置
loop: true, autoplay: { delay: 6000, stopOnLastSlide: false, disableOnInteraction: false }, on: { slideChangeTransitionEnd: function() { console.log(this.realIndex); } }
点击一下按钮Append Slide,滑动滑块,就可以看到控制台打印的realIndex,初始化的几个是对的,动态加上去的那个slide对应的realIndex是错的。

from vue-awesome-swiper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.