0
0
Fork 0

Add player list to state

This commit is contained in:
Oliver-Akins 2020-12-10 10:54:47 -07:00
parent 8f27b6b932
commit bbdfb7d1a9

View file

@ -34,6 +34,7 @@ export default new Vuex.Store({
role: null,
name: ``,
id: null,
players: [],
},
mutations: {
},