test
This commit is contained in:
parent
efee3a1494
commit
51c7f8dd89
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ function setSwiperRef(swiper) {
|
|||
}
|
||||
|
||||
function onSlideChange() {
|
||||
tab = tabs[useSwiper().value.activeIndex];
|
||||
console.log(tabs);
|
||||
const current = useSwiper();
|
||||
tab = tabs[current.value.activeIndex + 1];
|
||||
}
|
||||
|
||||
function syncSlide(index) {
|
||||
|
|
Loading…
Reference in a new issue