Remove brand prop
This commit is contained in:
@@ -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}`);
|
||||
>
|
||||
|
||||
<div class="flex flex-col gap-2 items-start w-full">
|
||||
<span class="typo-p-sm md:typo-p-md !font-medium">
|
||||
{{ brand }}
|
||||
</span>
|
||||
<!-- <span class="typo-p-sm md:typo-p-md !font-medium">-->
|
||||
<!-- {{ brand }}-->
|
||||
<!-- </span>-->
|
||||
<span class="typo-sub-h-md md:typo-sub-h-lg">
|
||||
{{ title }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user