diff --git a/src/app.vue b/src/app.vue index 51ad50a5..49b9047e 100644 --- a/src/app.vue +++ b/src/app.vue @@ -11,12 +11,24 @@
- - - - - -
is connected{{ neko.connected ? 'yes' : 'no' }}
is contolling{{ is_controlling ? 'yes' : 'no' }}
websocket state{{ neko.state.websocket }}
webrtc state{{ neko.state.webrtc }}
+ + + + + + + + + + + + + + + + + +
is connected{{ neko.connected ? 'yes' : 'no' }}
is contolling{{ is_controlling ? 'yes' : 'no' }}
websocket state{{ neko.state.connection.websocket }}
webrtc state{{ neko.state.connection.webrtc }}
@@ -36,11 +48,12 @@