save state in url

This commit is contained in:
Klemek
2023-08-29 16:44:29 +02:00
parent e0fe2f1cff
commit 286cb7e5ba
2 changed files with 29 additions and 6 deletions
+2 -2
View File
@@ -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"/>&nbsp;Q&nbsp;&nbsp;A</td>
<td><input type="checkbox" v-model="a2q" @click="nextQuestion"/>&nbsp;A&nbsp;&nbsp;Q</td>
<td><input type="checkbox" v-model="q2a" @click="reset"/>&nbsp;Q&nbsp;&nbsp;A</td>
<td><input type="checkbox" v-model="a2q" @click="reset"/>&nbsp;A&nbsp;&nbsp;Q</td>
<td></td>
</tr>
<tr v-for="(row, i) in available">