diff --git a/frontend/components/cart/AddressItem.vue b/frontend/components/cart/AddressItem.vue new file mode 100644 index 0000000..4f02ff5 --- /dev/null +++ b/frontend/components/cart/AddressItem.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/frontend/components/cart/CartItem.vue b/frontend/components/cart/CartItem.vue new file mode 100644 index 0000000..df74af6 --- /dev/null +++ b/frontend/components/cart/CartItem.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/frontend/components/cart/MinimalCartItem.vue b/frontend/components/cart/MinimalCartItem.vue new file mode 100644 index 0000000..4f02ff5 --- /dev/null +++ b/frontend/components/cart/MinimalCartItem.vue @@ -0,0 +1,7 @@ + + + + + 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; }; - diff --git a/frontend/pages/checkout.vue b/frontend/pages/checkout.vue new file mode 100644 index 0000000..ada8e34 --- /dev/null +++ b/frontend/pages/checkout.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/frontend/pages/products.vue b/frontend/pages/products.vue index 4561e8b..f6bf05e 100644 --- a/frontend/pages/products.vue +++ b/frontend/pages/products.vue @@ -65,7 +65,7 @@ watch( / همه --> -

همه محصولات

+

همه محصولات

@@ -88,7 +88,7 @@ watch( />
-
+
diff --git a/frontend/pages/signin/index.vue b/frontend/pages/signin.vue similarity index 100% rename from frontend/pages/signin/index.vue rename to frontend/pages/signin.vue