X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=d60a16ff8488940bad987de794564c3812019a54;hp=dc78b2af4b5f73025b32bb520e04dd804578f2c9;hb=57078452549f252460d45e91b84c7eea40dd3e9c;hpb=d2edca6dfaafed2d1ab8d5941dbb77ed801798f6 diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index dc78b2af..d60a16ff 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -51,6 +51,7 @@ div#baseGame :firstNum="firstMoveNumber" :moves="moves" :cursor="cursor" + :vname="game.vname" @download="download" @showrules="showRules" @analyze="toggleAnalyze"