-
+
{{ item.title }}
-
{{ detail }}
@@ -62,4 +59,4 @@ const { selectedVariant } = inject("productVariant") as ProductVariantProvideTyp
-
\ No newline at end of file
+
diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts
index 1c1bfbe..27ec9c7 100644
--- a/frontend/types/global.d.ts
+++ b/frontend/types/global.d.ts
@@ -70,7 +70,7 @@ declare global {
type ProductDetail = {
id: number;
- detail: ProductDetailItem[];
+ details: ProductDetailItem[];
detail_category: number;
};