X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=2f49169a58b83d42e2092722ca4ad330a73527a8;hb=3b8b49ceeaec4a4d29e8635ed14bea51f92db755;hp=2015cc7eef0fafcdea9d6c709378015c6ccbfb18;hpb=58ae6be576fb06302d70eb19815dcb71b765a8b8;p=vchess.git diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 2015cc7e..2f49169a 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -40,7 +40,7 @@ div#baseGame( :incheck="incheck" @play-move="play" ) - #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }} + #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }} #controls button(@click="gotoBegin()") << button(@click="undo()") <