X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=1ec412e1dc775edcf3b8e9c17d23a16f449556f9;hb=5e1bc6519d4c81aeac40aec7390c64c913cbf566;hp=a49c31b133ee3055b433335abd93a08203424e02;hpb=dcb3637c5bd34c44806c6aeefe5964ce12a0261f;p=vchess.git diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index a49c31b1..1ec412e1 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -21,6 +21,7 @@ div#baseGame :vname="game.vname" :incheck="incheck" @play-move="play" + @click-square="clickSquare" ) #turnIndicator(v-if="showTurn") {{ turn }} #controls.button-group @@ -60,6 +61,7 @@ div#baseGame