Advance in playing against computer
[vchess.git] / client / src / views / Rules.vue
index c92e0ab..322baba 100644 (file)
@@ -11,7 +11,7 @@
         | Stop game
     .section-content(v-show="display=='rules'" v-html="content")
     ComputerGame(v-show="display=='computer'"
-      :fen="fen" :mode="mode" :variant="variant"
+      :fen="fen" :mode="mode" :vname="variant.name"
       @computer-think="gameInProgress=false" @game-over="stopGame")
 </template>