save state in url
This commit is contained in:
+2
-2
@@ -37,8 +37,8 @@
|
||||
<h2 v-on:click="showConfig = !showConfig" class="expand">{{showConfig ? '▾' : '▸'}} List ({{ available.length }})</h2>
|
||||
<table class="config" v-if="showConfig">
|
||||
<tr>
|
||||
<td><input type="checkbox" v-model="q2a" @click="nextQuestion"/> Q → A</td>
|
||||
<td><input type="checkbox" v-model="a2q" @click="nextQuestion"/> A → Q</td>
|
||||
<td><input type="checkbox" v-model="q2a" @click="reset"/> Q → A</td>
|
||||
<td><input type="checkbox" v-model="a2q" @click="reset"/> A → Q</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr v-for="(row, i) in available">
|
||||
|
||||
Reference in New Issue
Block a user