change default view to lobby while working on the lobby code
This commit is contained in:
parent
36db1b68a7
commit
549397e753
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Vue.use(Vuex)
|
|||
|
||||
export default new Vuex.Store({
|
||||
state: {
|
||||
view: `login`,
|
||||
view: `lobby`,
|
||||
role: null,
|
||||
id: null,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue