Add player name attribute to VueX store.
This commit is contained in:
parent
938481f8a7
commit
42ed01c783
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export default new Vuex.Store({
|
|||
state: {
|
||||
view: `lobby`,
|
||||
role: null,
|
||||
name: ``,
|
||||
id: null,
|
||||
},
|
||||
mutations: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue