From: Benjamin Auder Date: Sat, 18 Jan 2020 13:07:22 +0000 (+0100) Subject: Chat is working X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=5c8e044f7bab43ca8573fdf631f9b87daeda3ad0 Chat is working --- diff --git a/client/src/components/Chat.vue b/client/src/components/Chat.vue index 364f574c..b4970f70 100644 --- a/client/src/components/Chat.vue +++ b/client/src/components/Chat.vue @@ -1,69 +1,69 @@ + + 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")