X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=90b76b43531a33d56434568911d08c4dd5689046;hb=dac395887d96e2d642b209c6db6aaacc3ffacb34;hp=91607c259eabb7f13552195e22920e862e4c1a03;hpb=63ca2b89cfe577efd168c6b2e26750cb01b66d64;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 91607c25..90b76b43 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); + }, + }, +}; + + +