zhuguifei
3 天以前 7941623b1fb108a154ea4270d7c7e2df6031f6e5
1
2
3
4
export default function slideReset(speed = this.params.speed, runCallbacks = true, internal) {
  const swiper = this;
  return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal);
}