Implemented item view

This commit is contained in:
2020-11-26 19:48:43 +01:00
parent 6a63392b09
commit 60f026b6d9
8 changed files with 103 additions and 29 deletions

View File

@@ -8,7 +8,8 @@ export default new Vuex.Store({
userdata: {
name: null
},
appReady: false
appReady: false,
playerActive: false
},
mutations: {
storeUserData(state, username) {