Conform error state data object and move error state to App object
This commit is contained in:
parent
74a784f497
commit
79c04fe626
2 changed files with 6 additions and 1 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue