0
0
Fork 0

Move the questions storage from the hand data object to the VueX store

This commit is contained in:
Oliver-Akins 2020-12-19 18:00:44 -07:00
parent 95a1bfe8a3
commit fcc6712e23
2 changed files with 20 additions and 10 deletions

View file

@ -43,6 +43,7 @@ export default new Vuex.Store({
id: null,
players: [],
chosen_object: null,
questions: [],
},
getters: {
teamName(state) {