1
0
Fork 0
mirror of https://github.com/MetinSeylan/Vue-Socket.io.git synced 2025-04-16 15:21:28 +02:00

add more supported options. fix

This commit is contained in:
Reynold Liu 2022-02-24 11:10:31 +08:00
parent 61614c865e
commit 800455f023

5
index.d.ts vendored
View file

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