Add data point for the chosen object.
This commit is contained in:
parent
421c7d75f4
commit
171467803b
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue