Refactor #4211 - For Carousel

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-01 10:43:40 +03:00
parent 066f9caade
commit dfef0ca9b5
2 changed files with 19 additions and 0 deletions

View file

@ -239,6 +239,13 @@ export default {
}
},
methods: {
getIndicatorPTOptions(index) {
return {
context: {
highlighted: index === this.d_page
}
};
},
step(dir, page) {
let totalShiftedItems = this.totalShiftedItems;
const isCircular = this.isCircular();