Replace console view with proper ts

This commit is contained in:
Dane Everitt 2019-02-03 15:10:21 -08:00
parent d7ce62c047
commit 3e61bfdeaa
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 194 additions and 185 deletions

View file

@ -27,6 +27,9 @@ declare module 'vue/types/options' {
[s: string]: (data: any) => void,
}
},
sockets?: {
[s: string]: (data: any) => void,
}
}
}