Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
375 B
20 lines
375 B
4 years ago
|
<template>
|
||
|
<div class="temavcislenode">
|
||
|
<!--pre>TemaVCisleNode {{item}} {{typeof(item)}}</pre-->
|
||
|
<h4>Téma {{ item.node.tema.kod }}: {{ item.node.tema.nazev }}</h4>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: 'TemaVCisleNode',
|
||
|
props: {
|
||
|
item: Object
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||
|
<style scoped>
|
||
|
</style>
|