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() {
|
function onSlideChange() {
|
||||||
tab = tabs[useSwiper().value.activeIndex];
|
const current = useSwiper();
|
||||||
console.log(tabs);
|
tab = tabs[current.value.activeIndex + 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
function syncSlide(index) {
|
function syncSlide(index) {
|
||||||
|
|
Loading…
Reference in a new issue