From 7273db2ede3e4697b343d360ea3d2df9bb1c8b11 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 10:59:48 -0700 Subject: [PATCH] Add a primitive player list, this will show the player name and their role --- web/src/components/PlayerList.vue | 56 +++++++++++++++++++++++++++---- 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/web/src/components/PlayerList.vue b/web/src/components/PlayerList.vue index 7a31824..3b5d586 100644 --- a/web/src/components/PlayerList.vue +++ b/web/src/components/PlayerList.vue @@ -1,17 +1,61 @@ - \ No newline at end of file