From d9e7cd6c1bc89e6e07591b6f73f25340809ab76b Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 15:18:37 -0700 Subject: [PATCH] Adds all the text entry slots and CSS to the game board area --- web/src/components/GameBoard.vue | 356 ++++++++++++++++++++++++++++++- 1 file changed, 353 insertions(+), 3 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index deb1ec9..b3bac03 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -1,17 +1,367 @@ - \ No newline at end of file