X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=738e25fa3572630e4f4ea5c90a94d03be66353dd;hb=13aa5a44fe3da4eac5ab04f0120ccbd5927f91c1;hp=fd668462c26fa466bb41acb639e10f71164653d2;hpb=42eb4eaf62becc9260897277e1cfe5882eba2017;p=vchess.git diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index fd668462..738e25fa 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -9,36 +9,35 @@ | Beat the computer! button(v-show="gameInProgress" @click="stopGame") | Stop game - VariantRules(v-show="display=='rules'" :vname="variant.name") - Game(v-show="display=='computer'" :gid-or-fen="fen" - :mode="mode" :sub-mode="subMode" :variant="variant" + .section-content(v-show="display=='rules'" v-html="content") + ComputerGame(v-show="display=='computer'" + :fen="fen" :mode="mode" :vname="variant.name" @computer-think="gameInProgress=false" @game-over="stopGame") + +