feat: added rotation config
This commit is contained in:
@@ -6,9 +6,9 @@ import router from './router';
|
||||
|
||||
Vue.use(new VueSocketIO({
|
||||
debug: false,
|
||||
connection: SocketIO(`${window.location.protocol}//${window.location.host}`),
|
||||
connection: SocketIO(`${window.location.protocol}//${window.location.host}`, { transports: ['websocket'] }),
|
||||
options: {
|
||||
transport: 'websocket',
|
||||
transports: ['websocket'],
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user