From 1dc4e45a24b81004daf0fb123cd092a850a17475 Mon Sep 17 00:00:00 2001 From: Cristiano Magro <cristiano.magro@vola.it> Date: Mon, 30 Dec 2024 20:35:33 +0100 Subject: [PATCH] inject object throw component --- 08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue b/08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue index 7b622c4..d2f423c 100644 --- a/08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue +++ b/08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue @@ -13,7 +13,7 @@ <script> export default { - props: ['topics'], + inject: ['topics'], emits: ['select-topic'] }; </script> \ No newline at end of file -- Gitblit v1.8.0