X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=c898b2ff725338bf163076160e70d47c69ad239a;hp=ceadcd3a6762c06df1510f2957d77ae090bdedfa;hb=bc8734ba58ae6ed81c157e89d51db9f275af16a7;hpb=b6c5641fbaa6b51088bf2fbf77e87fddd43c745f diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index ceadcd3a..c898b2ff 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -37,11 +37,11 @@ export default { Board, //MoveList, }, - props: ["variant","analyze","players"], + // "vr": VariantRules object, describing the game state + rules + props: ["vr","variant","analyze","players"], data: function() { return { st: store.state, - vr: null, //VariantRules object, describing the game state + rules endgameMessage: "", orientation: "w", score: "*", //'*' means 'unfinished'