mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 08:48:06 +09:00
test
This commit is contained in:
parent
efee3a1494
commit
51c7f8dd89
@ -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 New Issue
Block a user