Conform error state data object and move error state to App object

This commit is contained in:
Oliver-Akins 2020-09-27 22:15:55 -06:00
parent 74a784f497
commit 79c04fe626
2 changed files with 6 additions and 1 deletions

View file

@ -15,6 +15,7 @@
<Join-Or-Host
v-else-if="state == 'game-type'"
@go-to="state = $event"
@error="error = $event"
/>
<Game-Code
v-else-if="state == 'game-code'"