From 911508b28741a19d9b773b746db9e03748cf29be Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 2 Jan 2021 18:54:06 -0700 Subject: [PATCH] Add error bubbling to the in-game components. --- web/src/views/InGame.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/web/src/views/InGame.vue b/web/src/views/InGame.vue index b2f3626..ebf7e74 100644 --- a/web/src/views/InGame.vue +++ b/web/src/views/InGame.vue @@ -1,10 +1,19 @@