Merge remote-tracking branch 'upstream/master'

pull/231/head
Phantas Weng 4 years ago
commit cce39479ae

4
index.d.ts vendored

@ -50,6 +50,10 @@ export interface VueSocketOptions {
options?: { options?: {
useConnectionNamespace?: boolean useConnectionNamespace?: boolean
} }
},
// type declarations for optional options
options?:{
path?: string;
} }
} }

Loading…
Cancel
Save