From 53f18599a3767a9ed121b394588becacc0baaf69 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Tue, 30 Jan 2024 21:14:11 -0600 Subject: [PATCH] define props on game component --- site/src/App.vue | 19 ++++++++++++++----- site/src/components/Game.vue | 22 +++++++++------------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/site/src/App.vue b/site/src/App.vue index 01e8c14..3879758 100644 --- a/site/src/App.vue +++ b/site/src/App.vue @@ -8,17 +8,15 @@ - + diff --git a/site/src/components/Game.vue b/site/src/components/Game.vue index f16a9b0..1e46f63 100644 --- a/site/src/components/Game.vue +++ b/site/src/components/Game.vue @@ -4,18 +4,18 @@ - + - + - + @@ -26,14 +26,10 @@ \ No newline at end of file