From 42ed01c78364c37f57a761a70c7f68a8aea7a0ee Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 17:44:17 -0700 Subject: [PATCH] Add player name attribute to VueX store. --- web/src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/store/index.js b/web/src/store/index.js index e8e825c..c78c09f 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -7,6 +7,7 @@ export default new Vuex.Store({ state: { view: `lobby`, role: null, + name: ``, id: null, }, mutations: {