X-Git-Url: https://git.auder.net/images/pieces/Cwda/bt.svg?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=ffa102ec3ddd672955e2fc14a47b1f8c405891b1;hb=12c5cf05bae003214434079a2f9e1c011fdb2fa7;hp=91607c259eabb7f13552195e22920e862e4c1a03;hpb=63ca2b89cfe577efd168c6b2e26750cb01b66d64;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 91607c25..ffa102ec 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,36 +1,30 @@ - - - - - - + rootElements); + }, + methods: { + gotoMove: function(index) { + this.$emit("goto-move", index); + }, + }, +}; + + +