This commit is contained in:
Arina Yakovenko 2024-07-08 14:54:19 +02:00
parent c50cdb0ad8
commit 7aa0c69354

View File

@ -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);