From 84151aac4a8fcac028cb1d77ee8f0827cb4f53ce Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Tue, 18 Mar 2025 16:49:20 +0330 Subject: [PATCH] Create update quantity component for changing cart item quantity --- .../global/product-detail/UpdateQuantity.vue | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 frontend/components/global/product-detail/UpdateQuantity.vue diff --git a/frontend/components/global/product-detail/UpdateQuantity.vue b/frontend/components/global/product-detail/UpdateQuantity.vue new file mode 100644 index 0000000..6b4102c --- /dev/null +++ b/frontend/components/global/product-detail/UpdateQuantity.vue @@ -0,0 +1,87 @@ + + +