X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FComputerGame.vue;h=aee1f70ef7fcedc4cdb87c0eeb352c833bc3000e;hb=e71161fbfffe53b0f4b174e0467cdd98cc70b7b0;hp=a5e03b31025d2f6d0471d1ad3e44572be5d6d87f;hpb=866842c3c310524c034922870234120ed2a16cbf;p=vchess.git diff --git a/client/src/components/ComputerGame.vue b/client/src/components/ComputerGame.vue index a5e03b31..aee1f70e 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(