diff --git a/src/components/GameCode.vue b/src/components/GameCode.vue index 19dd091..4d2b0a1 100644 --- a/src/components/GameCode.vue +++ b/src/components/GameCode.vue @@ -1,20 +1,25 @@ - - Enter a game code: - - - - - Confirm URL - + + Secret Hitler Online + + + Username: + + + Game Code: + + @@ -24,28 +29,46 @@ export default { components: {}, data() {return { game_code: ``, + username: ``, }}, - methods: { - submit_game_code() { - if (this.game_code.length > 0) { - this.$emit(`set-game-code`, this.game_code); - } else { - alert(`Invalid game code. Must have a code`) - } - }, - }, + methods: {}, } + \ No newline at end of file