X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=ed75c00309fdde942bc49f4aeff7327a15bb8439;hb=658c47bf5843fb0855659f22f7b1c38318c66ce5;hp=85007395acb1dc185527aba19e2242830e98fb92;hpb=eac8fbb5f23107cf82ad28c64efa00d556c4691e;p=vchess.git diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 85007395..ed75c003 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -45,7 +45,6 @@ div#baseGame | {{ st.tr["Rules"] }} #movesList MoveList( - v-if="showMoves != 'none'" :show="showMoves" :score="game.score" :message="game.scoreMsg"