changed a lot regarding rec state, etc.

This commit is contained in:
Tobias Kurze
2019-12-03 16:05:15 +01:00
parent 39e7bbd098
commit 6b7b9f8f09
13 changed files with 3758 additions and 3757 deletions

View File

@@ -76,7 +76,7 @@ Vue.use(VueMoment);
const socket = io('ws://localhost:5443', {
autoConnect: false,
reconnectionAttempts: 3,
query: {jwt: store.state.access_token}
query: {jwt: store.state.access_token},
});
Vue.use(VueSocketIOExt, socket);