---
This commit is contained in:
parent
c50cdb0ad8
commit
7aa0c69354
@ -58,12 +58,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { useRipple } from "#imports";
|
||||||
import { ref, computed, defineProps, withDefaults } from "vue";
|
import { ref, computed, defineProps, withDefaults } from "vue";
|
||||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||||
import type { Swiper as swiper } from "swiper/types";
|
import type { Swiper as swiper } from "swiper/types";
|
||||||
import "swiper/css";
|
import "swiper/css";
|
||||||
import { twMerge } from "tailwind-merge";
|
import { twMerge } from "tailwind-merge";
|
||||||
import { ArrowLeftIcon, ArrowRightIcon } from "#imports";
|
import { ArrowLeftIcon, ArrowRightIcon } from "@heroicons/vue/24/solid";
|
||||||
import type { PTAttribs, SliderProps } from "./types";
|
import type { PTAttribs, SliderProps } from "./types";
|
||||||
|
|
||||||
const showSwiper = ref(false);
|
const showSwiper = ref(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user