X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=8fbc9d0b0d90028fe520ccf80e8dd277c471172d;hp=6a67400dd17f7f3071df507778bff92b664ef6a8;hb=5c8e044f7bab43ca8573fdf631f9b87daeda3ad0;hpb=f21cd6d9c23da37d729f20ea4c08e56b1a7b10a1 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 6a67400d..8fbc9d0b 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -18,13 +18,12 @@ button(@click="() => abortGame()") Abort button(@click="resign") Resign textarea(v-if="game.score=='*'" v-model="corrMsg") - Chat( + Chat(:players="game.players")