On the way to simplify : gameState + gameInfo everywhere = game
[vchess.git] / client / src / components / ComputerGame.vue
index 5ecc1a6..5196e54 100644 (file)
@@ -10,6 +10,10 @@ import BaseGame from "@/components/BaseGame.vue";
 import { store } from "@/store";
 import Worker from 'worker-loader!@/playCompMove';
 
+
+// TODO: simplify, just "game" and "gameInfo" prop (fen+mode+vname may change at the same time)
+
+
 export default {
   name: 'my-computer-game',
   components: {