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.
19 lines
339 B
19 lines
339 B
<template>
|
|
<div class="cislonode">
|
|
<!--pre>CisloNode {{item}} {{typeof(item)}}</pre-->
|
|
<h1>{{ item.node.cislo.poradi }}. číslo</h1>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'CisloNode',
|
|
props: {
|
|
item: Object
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
<style scoped>
|
|
</style>
|
|
|