Open jiayechao opened 4 years ago
@jiayechao
methods: {
moveThrottle () {
const progress = this.swiper2.progress
this.tabLeft = this.navSum * progress
console.log(progress, this.navSum, this.tabLeft)
}
}
}
this.navSum
is undefined that cause you cannot get the correct result.
中文用户注意:
BUG REPORT TEMPLATE
Vue.js version and component version
vue: 2.6.7 swiper:5.4.5 vue-awesome-swiper: 4.1.1
What is actually happening?
it works. but when i use
{{tabLeft}}
afterswiper
component , i cant get the right result, its shaking