add more supported options. fix #300

pull/329/head
Reynold Liu 3 years ago
parent 61614c865e
commit 800455f023

5
index.d.ts vendored

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

Loading…
Cancel
Save