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,
|
||||
team_1: {
|
||||
name: `Sun`,
|
||||
moons: {
|
||||
1: 0, 2: 0,
|
||||
3: 0, 4: 0,
|
||||
5: 0, 6: 0,
|
||||
7: 0, 8: 0,
|
||||
},
|
||||
},
|
||||
team_2: {
|
||||
name: `Moon`,
|
||||
moons: {
|
||||
1: 0, 2: 0,
|
||||
3: 0, 4: 0,
|
||||
5: 0, 6: 0,
|
||||
7: 0, 8: 0,
|
||||
},
|
||||
},
|
||||
writer_name: `Spirit`,
|
||||
guesser_name: `Medium`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue