This commit is contained in:
marzban-dev
2024-12-20 00:07:54 +03:30
parent 33d1bf754b
commit d1996908eb
@@ -3,6 +3,7 @@
import { Swiper, SwiperSlide } from "swiper/vue"; import { Swiper, SwiperSlide } from "swiper/vue";
import type { SwiperClass } from "swiper/react"; import type { SwiperClass } from "swiper/react";
// types // types
type Props = { type Props = {
@@ -86,7 +87,6 @@ const onSwiper = (swiper: SwiperClass) => {
tag="New" tag="New"
/> />
</SwiperSlide> </SwiperSlide>
...
</Swiper> </Swiper>
</div> </div>
</div> </div>