Add go-to listener for the Lobby

This commit is contained in:
Oliver-Akins 2020-10-21 00:03:48 -06:00
parent 2efaae5153
commit 7aca632e91

View file

@ -24,6 +24,7 @@
/> />
<Game-Lobby <Game-Lobby
v-else-if="state == 'lobby'" v-else-if="state == 'lobby'"
@go-to="state = $event"
@alert="alert = $event" @alert="alert = $event"
/> />
</div> </div>