chore: removed unused store files; fix: removed global window.vol object in favor to a store property; chore: changed store module aboutInfo to appInfo

This commit is contained in:
Roberto Tonino
2020-11-10 21:07:25 +01:00
parent 333af201e0
commit 86e3cda64c
13 changed files with 145 additions and 148 deletions

View File

@@ -3,5 +3,5 @@ import store from '@/store'
export const socket = io.connect(window.location.href)
socket.on('init_update', data => {
store.dispatch('setAboutInfo', data)
store.dispatch('setAppInfo', data)
})