We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a831b7c commit 9ef49a7Copy full SHA for 9ef49a7
src/components/MatchStatus.vue
@@ -3,17 +3,17 @@
3
<div>
4
<div class="stage">{{stage}}</div>
5
6
+ <span class="score">
7
+ {{refereeMessage.yellow.score}} : {{refereeMessage.blue.score}}
8
+ </span>
9
+
10
<div class="command" :class="{'team-yellow': commandForYellow, 'team-blue': commandForBlue}">
11
{{gameState}}
12
<span v-if="isBallPlacement">
- (<span v-format-us-duration="remainingTime"></span>)
- </span>
13
+ (<span v-format-us-duration="remainingTime"></span>)
14
15
</div>
16
- <span class="score">
- {{refereeMessage.yellow.score}} : {{refereeMessage.blue.score}}
-
17
<hr class="separator"/>
18
19
<PowerPlay/>
0 commit comments