X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=a4e1ca410dfa0052dbaee36e3b53289b535f77cc;hb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4;hp=6e2ef66e65057de3196d5504999c050820db2544;hpb=697ee5803b6110b98de0e1097ce6affc712134c4;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 6e2ef66e..a4e1ca41 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -70,7 +70,11 @@ export default { { }, [h( "table", - { }, + { + "class": { + "moves-list": true, + }, + }, tableContent )] ); @@ -83,3 +87,10 @@ export default { }, }; + +