From: Benjamin Auder Date: Tue, 18 Feb 2020 18:06:57 +0000 (+0100) Subject: Fix indentation X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=3b8b49ceeaec4a4d29e8635ed14bea51f92db755 Fix indentation --- 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()") <