From 3518d2ee57f315187b97ba97cbde63f6d7fbf8c3 Mon Sep 17 00:00:00 2001 From: philliphall <130250890+philliphall@users.noreply.github.com> Date: Mon, 21 Apr 2025 06:33:01 +0200 Subject: [PATCH] Added missing details array --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index 88c387c..73c65b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,8 @@ const product = ref('Socks') const image = ref(socksGreenImage) const inStock = true +const details = ref(['50% cotton', '30% wool', '20% polyester']) +