mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
test
This commit is contained in:
parent
efee3a1494
commit
51c7f8dd89
@ -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 New Issue
Block a user