From fc441fdf0345f4120c61dca8b147582d071bdf19 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 12 Dec 2020 16:07:56 -0700 Subject: [PATCH] Add infrastructure for text input syncing. --- web/src/components/GameBoard.vue | 39 ++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index 7a41d67..b773889 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -8,8 +8,17 @@ v-for="answerIndex in 8" :key="`${otherTeamID}-answer-container-${answerIndex}`" > - - + + - - + +