附上代码:
swiperOption: {
notNextTick: true,
autoplay: false,
direction: 'horizontal', //横向切换
setWrapperSize: true,
autoHeight: true,
centeredSlides: true,
paginationClickable: true,
navigation: {
nextEl: '.swipernext',
prevEl: '.swiperprev'
},
computed: {
swiper() {
return this.$refs.mySwiper.swiper;
}
},mounted() {this.swiper.slideTo(0);}