hide the move timer when the game ends
This commit is contained in:
parent
fb6f99e7b0
commit
cc33c78305
@ -2,7 +2,7 @@
|
|||||||
<v-container>
|
<v-container>
|
||||||
<v-row class="d-flex justify-center">
|
<v-row class="d-flex justify-center">
|
||||||
<v-sheet :elevation="2" width="800">
|
<v-sheet :elevation="2" width="800">
|
||||||
<v-progress-linear :model-value="timeLeft" :max="initTimeLeft" :color="moveColor"></v-progress-linear>
|
<v-progress-linear v-if="!gameOver" :model-value="timeLeft" :max="initTimeLeft" :color="moveColor"></v-progress-linear>
|
||||||
<v-row class="d-flex justify-center">
|
<v-row class="d-flex justify-center">
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<GameStatus :game="props.game" />
|
<GameStatus :game="props.game" />
|
||||||
|
Loading…
Reference in New Issue
Block a user