X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FComputerGame.vue;h=9699c5a87fbed724746aa4e28669d79ea65bd8a4;hb=de520e01c680ca3d74364f73cd29c026b86a883d;hp=b1d2b37064e1ec652e75a924dd5fb277ae4f7040;hpb=8477e53d8e78606e4c4e4bf91c77b1011aab583c;p=vchess.git diff --git a/client/src/components/ComputerGame.vue b/client/src/components/ComputerGame.vue index b1d2b370..9699c5a8 100644 --- a/client/src/components/ComputerGame.vue +++ b/client/src/components/ComputerGame.vue @@ -2,7 +2,6 @@ BaseGame( ref="basegame" :game="game" - :vr="vr" @newmove="processMove" @gameover="gameOver" ) @@ -11,6 +10,8 @@ BaseGame(