X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=324e534ac8c881d282ea85d8a02a46e2a8d9f2af;hp=608a98d464ebff3410336c9b7ff3dc66f6176d4d;hb=5157ce0b8872417fbeecd736c9d1ae750b24acdc;hpb=ddec77d8d3d304f61e86946ca73be6f23b11163e diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 608a98d4..324e534a 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -23,7 +23,8 @@ div#baseGame(tabindex=-1 @click="() => focusBg()" @keydown="handleKeys") | {{ st.tr["Analyze"] }} .col-sm-12.col-md-3 MoveList(v-if="showMoves" :score="game.score" :message="game.scoreMsg" - :moves="moves" :cursor="cursor" @goto-move="gotoMove") + :firstNum="firstMoveNumber" :moves="moves" :cursor="cursor" + @goto-move="gotoMove")