<template> <div class="temavcislenode"> <!--pre>TemaVCisleNode {{item}} {{typeof(item)}}</pre--> <h2>Téma {{ item.node.tema.kod }}: {{ item.node.tema.nazev }}</h2> </div> </template> <script> export default { name: 'TemaVCisleNode', props: { item: Object } } </script> <!-- Add "scoped" attribute to limit CSS to this component only --> <style scoped> </style>