Add a back button

This commit is contained in:
Oliver-Akins 2020-10-20 23:25:51 -06:00
parent 88e6d5b62b
commit f1f6e19527

View file

@ -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"
> >