From c55e8753c2dee06b30e09fff808141096ca579ab Mon Sep 17 00:00:00 2001 From: Michael Mulich <168470+mmulich@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:05:14 -0700 Subject: [PATCH] Chapter 3: Fix destructured slot props for ProductItemList.vue The `price` data is not part of the slots properties. This fails to render the slot. Removal of the property from the slot properties enables it to work as it was likely intended. --- ch03/src/components/ProductItemList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03/src/components/ProductItemList.vue b/ch03/src/components/ProductItemList.vue index cff3c74..807d396 100644 --- a/ch03/src/components/ProductItemList.vue +++ b/ch03/src/components/ProductItemList.vue @@ -20,7 +20,7 @@ width="200" /> -