From 6180cbffa1d39dd689f20e4601aeb9174e8ddb97 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sat, 31 May 2025 04:09:23 +0700 Subject: [PATCH] fix --- src/components/GameWindow.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }}