Remove the is-host event for the data and put it into sessionStorage

This commit is contained in:
Oliver-Akins 2020-09-27 22:11:01 -06:00
parent e9416b5dce
commit 74a784f497
2 changed files with 2 additions and 5 deletions

View file

@ -14,7 +14,6 @@
/>
<Join-Or-Host
v-else-if="state == 'game-type'"
@is-host="is_host = $event"
@go-to="state = $event"
/>
<Game-Code
@ -65,7 +64,6 @@ export default {
*/
state: `game-type`,
game_code: ``,
is_host: false,
alert: {
message: ``,
classes: []