Replace console view with proper ts
This commit is contained in:
parent
d7ce62c047
commit
3e61bfdeaa
6 changed files with 194 additions and 185 deletions
|
@ -27,6 +27,9 @@ declare module 'vue/types/options' {
|
|||
[s: string]: (data: any) => void,
|
||||
}
|
||||
},
|
||||
sockets?: {
|
||||
[s: string]: (data: any) => void,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue