added state to home page and to recorder page
This commit is contained in:
@@ -614,11 +614,12 @@
|
||||
</b-form-group>
|
||||
<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>
|
||||
@@ -627,11 +628,13 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="column">
|
||||
<section class="section">
|
||||
{{recorders}}
|
||||
</section>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user