X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=ddfe1e7ec3969a1d5ff490c007139868c3387518;hp=d9540eb38b83b8bdf91beffe258e2d422fc0c3a2;hb=6e47d367d4b1b4500bc46d65b44c5e55b52221bb;hpb=57d9b2c4f08948bd5a5fc4a01a0b62d4c80523e2 diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index d9540eb3..ddfe1e7e 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 @@ -53,6 +54,7 @@ div#baseGame @showrules="showRules" @analyze="analyzePosition" @goto-move="gotoMove" + @reset-arrows="resetArrows" ) .clearer @@ -60,6 +62,7 @@ div#baseGame