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
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,
}
}
}