From bbdfb7d1a99dedba5611105c6d7a906aff981341 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 10:54:47 -0700 Subject: [PATCH] Add player list to state --- web/src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index 95742ad..d95d320 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -34,6 +34,7 @@ export default new Vuex.Store({ role: null, name: ``, id: null, + players: [], }, mutations: { },