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"
|
@keyup.enter.stop="try_game_code"
|
||||||
>
|
>
|
||||||
<br>
|
<br>
|
||||||
|
<button
|
||||||
|
@click.stop="$emit(`go-to`, `game-type`)"
|
||||||
|
>
|
||||||
|
Main Menu
|
||||||
|
</button>
|
||||||
<button
|
<button
|
||||||
@click.stop="try_game_code"
|
@click.stop="try_game_code"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue