use vue 3, prepare split new game and index view
This commit is contained in:
parent
4d8012dc33
commit
be79935bca
5 changed files with 23 additions and 16 deletions
|
|
@ -42,7 +42,7 @@ export default {
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<button class="btn" :disabled="!canStartNewGame" :class="" @click="onNewGameClick">Start new game</button>
|
||||
<button class="btn" :disabled="!canStartNewGame" @click="onNewGameClick">Start new game</button>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue