X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=33ef6a57149c93ac760a01d17a90ba7983d2b88f;hp=e7d1acac5f7480554d294c8a36179a48daeca5ed;hb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4;hpb=5701c228a422bed7570452b2d24b3193f7653a19 diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index e7d1acac..33ef6a57 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -11,8 +11,8 @@ main button(v-show="gameInProgress" @click="() => stopGame()") | Stop game .section-content(v-show="display=='rules'" v-html="content") - ComputerGame(v-show="display=='computer'" :game-info="gameInfo" - @game-over="stopGame" @game-stopped="gameStopped") + ComputerGame(v-show="display=='computer'" :game-info="gameInfo" + @game-over="stopGame" @game-stopped="gameStopped")