@ -53,7 +53,10 @@ export interface VueSocketOptions {
},
// type declarations for optional options
options?:{
path?: string;
path?: string,
transports?: Array<string>,
timeout?: number,
reconnection?: boolean
}