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
|
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
||||||
view: `login`,
|
view: `login`,
|
||||||
role: null,
|
role: null,
|
||||||
team: 2,
|
team: null,
|
||||||
name: ``,
|
name: ``,
|
||||||
id: null,
|
is_host: false,
|
||||||
players: [],
|
|
||||||
chosen_object: null,
|
chosen_object: null,
|
||||||
questions: [],
|
questions: [],
|
||||||
|
game_code: null,
|
||||||
},
|
},
|
||||||
getters: {
|
getters: {
|
||||||
teamName(state) {
|
teamName(state) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue