X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=e709e50a54e9dfed2e7d5f1b9ea4c5fe3b44eaf2;hp=c77294ffc1060bd69fd762e1338c08640edf59be;hb=af32cf62c4e117a49a76aef24146555a724dd463;hpb=41cb9b940084d6f56351a772f0340ebf0bc8d1bc diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index c77294ff..e709e50a 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -11,8 +11,7 @@ | Stop game .section-content(v-show="display=='rules'" v-html="content") ComputerGame(v-show="display=='computer'" :game-info="gameInfo" - @computer-think="gameInProgress=false" @game-over="stopGame" - @game-stopped="gameStopped") + @game-over="stopGame" @game-stopped="gameStopped")