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: {
view: `lobby`,
role: null,
name: ``,
id: null,
},
mutations: {