Remove unnecessary white space

This commit is contained in:
Evan bechtol 2019-03-06 11:05:16 -06:00 committed by GitHub
parent c668f1dc32
commit 5397a3ade5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {