08 - component communication/cmp-communication-08-a-potential-problem-starting-setup/src/components/KnowledgeGrid.vue
@@ -6,7 +6,6 @@ :id="topic.id" :topic-name="topic.title" :description="topic.description" @select-topic="$emit('select-topic', $event)" ></knowledge-element> </ul> </template> @@ -14,6 +13,5 @@ <script> export default { inject: ['topics'], emits: ['select-topic'] }; </script>