diff --git a/src/components/GameWindow.vue b/src/components/GameWindow.vue index 4cb3a81..cb19ee5 100644 --- a/src/components/GameWindow.vue +++ b/src/components/GameWindow.vue @@ -29,7 +29,7 @@ const team = ref({name: "", actions: []}) const actions = ref([]) const scrollContainer = ref(); - const gameState = ref("") + const gameState = ref("STOP") const gameStateText = ref("") function getTeam() { @@ -163,7 +163,7 @@ :disabled="gameState == 'STOP'">
-
{{ gameStateText }}
+
{{ gameStateText }}