generated from VLADIMIR/template_frontend
clear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user