feat: added some features

This commit is contained in:
2020-05-17 19:38:08 +02:00
parent f69cc0b45c
commit 8b268ef48c
8 changed files with 425 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ import App from './App.vue';
Vue.use(new VueSocketIO({
debug: true,
connection: 'http://192.168.0.100:5000',
connection: `${window.location.protocol}//${window.location.host}`,
options: {
transport: 'websocket',
},