X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=6df5a70a1f1f002f28774d3def997582c109d31e;hp=48f082f4cd0b8bb372a008abca6fc81b3fed0feb;hb=933fd1f90a080c1a3e477cc36adebb5e8db8a9d3;hpb=a13cbc0f2c8cf46c0584118a11af9e3cd6bbdcb9 diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 48f082f4..6df5a70a 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -2,7 +2,8 @@ import { store } from "@/store"; export default { name: "my-move-list", - props: ["moves", "cursor", "score", "message", "firstNum"], + props: ["moves", "show", "cursor", "score", "message", "firstNum"], + // TODO: if show == "byrows", show only full rows. render(h) { let rootElements = []; if (!!this.score && this.score != "*") {