mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Remove unnecessary white space
This commit is contained in:
parent
c668f1dc32
commit
5397a3ade5
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ import VueSocketIO from 'vue-socket.io'
|
||||||
|
|
||||||
const options = { path: '/my-app/' }; //Options object to pass into SocketIO
|
const options = { path: '/my-app/' }; //Options object to pass into SocketIO
|
||||||
|
|
||||||
Vue.use(
|
Vue.use(new VueSocketIO({
|
||||||
new VueSocketIO({
|
|
||||||
debug: true,
|
debug: true,
|
||||||
connection: SocketIO('http://metinseylan.com:1992', options), //options object is Optional
|
connection: SocketIO('http://metinseylan.com:1992', options), //options object is Optional
|
||||||
vuex: {
|
vuex: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue