From 171467803b167c6accd1d4588a922998f99664e5 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 19 Dec 2020 16:59:42 -0700 Subject: [PATCH] Add data point for the chosen object. --- 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 efda354..e854326 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -41,6 +41,7 @@ export default new Vuex.Store({ name: ``, id: null, players: [], + chosen_object: null, }, getters: { teamName(state) {