X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=324e534ac8c881d282ea85d8a02a46e2a8d9f2af;hb=5157ce0b8872417fbeecd736c9d1ae750b24acdc;hp=1ea862fbe05264fd7de870a3c18984ea41c44d94;hpb=63ca2b89cfe577efd168c6b2e26750cb01b66d64;p=vchess.git diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 1ea862fb..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")