Add data to the store.
This commit is contained in:
parent
2c26fc8e0a
commit
5ca11ec484
1 changed files with 8 additions and 0 deletions
|
|
@ -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: {
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue