X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=e3da8dd9b7cbe27248df3e395f99705973787f2b;hb=fcd299a3531de30be3b1f90ac8a2dc8cb363f039;hp=1e19a2bdb77a70b2afd40c9fb97250bd400c1177;hpb=3837d4f7885a3c3cdb468da2f3fa3fa1e5a1415a;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 1e19a2bd..e3da8dd9 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,38 +1,31 @@ - - - - - - + rootElements); + }, + methods: { + gotoMove: function(index) { + this.$emit("goto-move", index); + }, + }, +}; + + +