added state to home page and to recorder page

This commit is contained in:
Tobias Kurze
2020-07-21 15:37:26 +02:00
parent 6a7ee244a2
commit d3df9d5a30
15 changed files with 286 additions and 79 deletions

View File

@@ -180,11 +180,11 @@
<hr>
<!--
<div class="column">
<section class="section" id="results">
<div class="box">
<ul>
<!-- loop through all the `form` properties and show their values -->
<li v-for="(item, k) in form">
<strong>{{ k }}:</strong> {{ item }}
</li>
@@ -198,6 +198,7 @@
{{recorders}}
</section>
</div>
-->
</div>
</template>