0
0
Fork 0

Add player name attribute to VueX store.

This commit is contained in:
Oliver-Akins 2020-12-08 17:44:17 -07:00
parent 938481f8a7
commit 42ed01c783

View file

@ -7,6 +7,7 @@ export default new Vuex.Store({
state: { state: {
view: `lobby`, view: `lobby`,
role: null, role: null,
name: ``,
id: null, id: null,
}, },
mutations: { mutations: {