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: {