0
0
Fork 0

Add data to the store.

This commit is contained in:
Oliver-Akins 2020-12-08 17:56:56 -07:00
parent 2c26fc8e0a
commit 5ca11ec484

View file

@ -9,6 +9,14 @@ export default new Vuex.Store({
role: null, role: null,
name: ``, name: ``,
id: null, id: null,
team_1: {
name: `Sun`,
},
team_2: {
name: `Moon`,
},
writer_name: `Spirit`,
guesser_name: `Medium`,
}, },
mutations: { mutations: {
}, },