X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=30ed2338f01c520e37b8269f24a46cd3b25c2d0b;hb=c6b8d37f7bd48c1e04061da787855ebd57326fa5;hp=1bb44367ce71ff33c88942c5bcce8643146b1487;hpb=ddec77d8d3d304f61e86946ca73be6f23b11163e;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 1bb44367..30ed2338 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,18 +1,145 @@ + + + + + error + newValue = 0; //avoid rows[-1] => error // $nextTick to wait for table > tr to be rendered this.$nextTick( () => { let rows = document.querySelectorAll('#movesList tr'); @@ -52,10 +181,4 @@ export default { }, }; - - +-->