Move the questions storage from the hand data object to the VueX store
This commit is contained in:
parent
95a1bfe8a3
commit
fcc6712e23
2 changed files with 20 additions and 10 deletions
|
|
@ -43,6 +43,7 @@ export default new Vuex.Store({
|
|||
id: null,
|
||||
players: [],
|
||||
chosen_object: null,
|
||||
questions: [],
|
||||
},
|
||||
getters: {
|
||||
teamName(state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue