From acfd77ac28de0b7aadb6bce872fb2e1f75b680d4 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Sat, 25 Jan 2025 02:11:22 +0330 Subject: [PATCH] removed px --- frontend/components/global/product-detail/ProductsSlider.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/components/global/product-detail/ProductsSlider.vue b/frontend/components/global/product-detail/ProductsSlider.vue index 5f9870f..bb63189 100644 --- a/frontend/components/global/product-detail/ProductsSlider.vue +++ b/frontend/components/global/product-detail/ProductsSlider.vue @@ -23,11 +23,10 @@ const swiper_instance = ref(null); const onSwiper = (swiper: SwiperClass) => { swiper_instance.value = swiper; }; -