added state to home page and to recorder page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user