Add player list to state
This commit is contained in:
parent
8f27b6b932
commit
bbdfb7d1a9
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ export default new Vuex.Store({
|
|||
role: null,
|
||||
name: ``,
|
||||
id: null,
|
||||
players: [],
|
||||
},
|
||||
mutations: {
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue