From 5ca11ec484f4d14a141c578a3b4a7991859fde33 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 17:56:56 -0700 Subject: [PATCH] Add data to the store. --- web/src/store/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index c78c09f..8c02ce8 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -9,6 +9,14 @@ export default new Vuex.Store({ role: null, name: ``, id: null, + team_1: { + name: `Sun`, + }, + team_2: { + name: `Moon`, + }, + writer_name: `Spirit`, + guesser_name: `Medium`, }, mutations: { },