From 2902351b9be079243cc3fe0047174c4e0f5b6987 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 6 Mar 2025 18:16:17 +0330 Subject: [PATCH] Remove brand prop --- frontend/components/global/product/ProductCard.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/components/global/product/ProductCard.vue b/frontend/components/global/product/ProductCard.vue index 13fde84..84939d7 100644 --- a/frontend/components/global/product/ProductCard.vue +++ b/frontend/components/global/product/ProductCard.vue @@ -11,7 +11,6 @@ import { useImageColor } from "~/composables/global/useImageColor"; type Props = { id: number, - brand: string; title: string; colors: string[]; price: string; @@ -67,9 +66,9 @@ const { colorObject } = useImageColor(`#product-image-${id.value}`); >
- - {{ brand }} - + + + {{ title }}