From f5f63dc350aeeff9f06a50350c32cf19f367bcc1 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 13:19:58 -0700 Subject: [PATCH] Initialize the components with the Vue base. --- web/src/components/Attributions.vue | 17 +++++++++++++++++ web/src/components/DiscardHandButton.vue | 17 +++++++++++++++++ web/src/components/GameBoard.vue | 17 +++++++++++++++++ web/src/components/Hand.vue | 17 +++++++++++++++++ web/src/components/PastQuestions.vue | 17 +++++++++++++++++ web/src/components/PlayerList.vue | 17 +++++++++++++++++ web/src/components/TeamReminder.vue | 17 +++++++++++++++++ web/src/components/TeamRoleSelect.vue | 17 +++++++++++++++++ web/src/views/CreateJoin.vue | 17 +++++++++++++++++ web/src/views/InGame.vue | 17 +++++++++++++++++ web/src/views/Lobby.vue | 17 +++++++++++++++++ 11 files changed, 187 insertions(+) diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index e69de29..7a31824 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/DiscardHandButton.vue b/web/src/components/DiscardHandButton.vue index e69de29..7a31824 100644 --- a/web/src/components/DiscardHandButton.vue +++ b/web/src/components/DiscardHandButton.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index e69de29..7a31824 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/Hand.vue b/web/src/components/Hand.vue index e69de29..7a31824 100644 --- a/web/src/components/Hand.vue +++ b/web/src/components/Hand.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/PastQuestions.vue b/web/src/components/PastQuestions.vue index e69de29..7a31824 100644 --- a/web/src/components/PastQuestions.vue +++ b/web/src/components/PastQuestions.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/PlayerList.vue b/web/src/components/PlayerList.vue index e69de29..7a31824 100644 --- a/web/src/components/PlayerList.vue +++ b/web/src/components/PlayerList.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/TeamReminder.vue b/web/src/components/TeamReminder.vue index e69de29..7a31824 100644 --- a/web/src/components/TeamReminder.vue +++ b/web/src/components/TeamReminder.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/components/TeamRoleSelect.vue b/web/src/components/TeamRoleSelect.vue index e69de29..7a31824 100644 --- a/web/src/components/TeamRoleSelect.vue +++ b/web/src/components/TeamRoleSelect.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/views/CreateJoin.vue b/web/src/views/CreateJoin.vue index e69de29..7a31824 100644 --- a/web/src/views/CreateJoin.vue +++ b/web/src/views/CreateJoin.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/views/InGame.vue b/web/src/views/InGame.vue index e69de29..7a31824 100644 --- a/web/src/views/InGame.vue +++ b/web/src/views/InGame.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/web/src/views/Lobby.vue b/web/src/views/Lobby.vue index e69de29..7a31824 100644 --- a/web/src/views/Lobby.vue +++ b/web/src/views/Lobby.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file