Add a back button
This commit is contained in:
parent
88e6d5b62b
commit
f1f6e19527
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
|||
@keyup.enter.stop="try_game_code"
|
||||
>
|
||||
<br>
|
||||
<button
|
||||
@click.stop="$emit(`go-to`, `game-type`)"
|
||||
>
|
||||
Main Menu
|
||||
</button>
|
||||
<button
|
||||
@click.stop="try_game_code"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue