X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=aa12969aa1c968311d1c2223632dd01bffa569f4;hb=58ae6be576fb06302d70eb19815dcb71b765a8b8;hp=c63f2cdfe733691496d10b2015488502c74835bd;hpb=5157ce0b8872417fbeecd736c9d1ae750b24acdc;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index c63f2cdf..aa12969a 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 { }, }; - - +-->