From 238c112859bd909992dfbd5480c594740b9585ee Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 15:18:54 -0700 Subject: [PATCH] Add the InGame view to the app --- web/src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/App.vue b/web/src/App.vue index d2c53b8..f170168 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -2,6 +2,7 @@
+
@@ -10,6 +11,7 @@ import AttributionsBar from "./components/Attributions"; import CreateJoinGame from "./views/CreateJoin"; import GameLobby from "./views/Lobby"; +import InGame from "./views/InGame"; export default { name: `App`, @@ -17,6 +19,7 @@ export default { "Attributions": AttributionsBar, "CreateJoin": CreateJoinGame, "GameLobby": GameLobby, + "InGame": InGame, }, computed: { gameState() {