Adjust what data is in the store by default
This commit is contained in:
parent
367fb7b274
commit
b6e3bd83d5
1 changed files with 3 additions and 3 deletions
|
|
@ -40,12 +40,12 @@ export default new Vuex.Store({
|
|||
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
||||
view: `login`,
|
||||
role: null,
|
||||
team: 2,
|
||||
team: null,
|
||||
name: ``,
|
||||
id: null,
|
||||
players: [],
|
||||
is_host: false,
|
||||
chosen_object: null,
|
||||
questions: [],
|
||||
game_code: null,
|
||||
},
|
||||
getters: {
|
||||
teamName(state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue