Cristiano Magro
2024-12-30 1dc4e45a24b81004daf0fb123cd092a850a17475
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>