This commit is contained in:
2025-07-01 01:20:56 +07:00
parent bd71eee8fd
commit 64f4594dfa
2 changed files with 0 additions and 67 deletions
-6
View File
@@ -31,7 +31,6 @@ async function stopGame() {
async function getGame() {
game.value = await apiGetGame()
if (game.value.state === "NEW") {
gameState.value = "Игра ещё не началась"
}
@@ -119,11 +118,6 @@ onMounted(async () => {
</template>
<style scoped>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.buttons-block {
padding-top: 20px;
}