0
0
Fork 0

Add data point for the chosen object.

This commit is contained in:
Oliver-Akins 2020-12-19 16:59:42 -07:00
parent 421c7d75f4
commit 171467803b

View file

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