update param

update param
pull/14/head
daben1990 8 years ago committed by GitHub
parent a172f0219a
commit cabea865d1

@ -3,7 +3,7 @@ import Emitter from './Emitter'
export default {
install(Vue, connection){
install(Vue, ...connection){
if(!connection) throw new Error("[Vue-Socket.io] cannot locate connection")
@ -37,4 +37,4 @@ export default {
}
}
}

Loading…
Cancel
Save