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