X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=aa12969aa1c968311d1c2223632dd01bffa569f4;hb=910d631b73cad5ffef1b4461157b704e7e7057d8;hp=28d0d0096bd0656706bea53c6ee42767ffc3c99e;hpb=41c80bb63b85b2696d3925c10784c3d7bb5d2aa3;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 28d0d009..aa12969a 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -1,3 +1,130 @@ + + + + + error + newValue = 0; //avoid rows[-1] => error // $nextTick to wait for table > tr to be rendered this.$nextTick( () => { let rows = document.querySelectorAll('#movesList tr'); @@ -54,18 +181,4 @@ export default { }, }; - - +-->