},
mounted() {
console.log("this is current swiper instance object", this.swiper);
console.log("active? ", this.swiper.activeIndex);
this.swiper.on("slideChange", () => {
this.onSwipe(this);
});
}
В computed кстати у меня так и не получилось положить этот реф, всегда undefined был
И юзай realIndex, там есть проблемы когда loop: true
Обсуждают сегодня