因为vue封装的时候没有注册这个事件,要用ref获取到dom,自己注册 <swiper :options="swiperOption" ref="swiper"> this.$refs.swiper.swiper.on('slideChangeEnd', (e) => { console.log(e.activeIndex) })
因为vue封装的时候没有注册这个事件,要用ref获取到dom,自己注册