feat: added some features
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user