Add the moon counts to the data store
This commit is contained in:
parent
5ca11ec484
commit
3257034b82
1 changed files with 12 additions and 0 deletions
|
|
@ -11,9 +11,21 @@ export default new Vuex.Store({
|
||||||
id: null,
|
id: null,
|
||||||
team_1: {
|
team_1: {
|
||||||
name: `Sun`,
|
name: `Sun`,
|
||||||
|
moons: {
|
||||||
|
1: 0, 2: 0,
|
||||||
|
3: 0, 4: 0,
|
||||||
|
5: 0, 6: 0,
|
||||||
|
7: 0, 8: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
team_2: {
|
team_2: {
|
||||||
name: `Moon`,
|
name: `Moon`,
|
||||||
|
moons: {
|
||||||
|
1: 0, 2: 0,
|
||||||
|
3: 0, 4: 0,
|
||||||
|
5: 0, 6: 0,
|
||||||
|
7: 0, 8: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
writer_name: `Spirit`,
|
writer_name: `Spirit`,
|
||||||
guesser_name: `Medium`,
|
guesser_name: `Medium`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue