mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
fixed an error in websockets and uploded vue
fixed an error in websockets and uploded vue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let ws = new WebSocket("ws://localhost:8888/websocket");
|
||||
var ws = new WebSocket("ws://localhost:8888/websocket");
|
||||
// ws.onopen = function () {
|
||||
// ws.send("hello");
|
||||
// ws.send("hello");
|
||||
// }
|
||||
// ws.onmessage = function (ev) {
|
||||
// alert(ev.data);
|
||||
|
||||
11912
Site/JS/vue.js
Normal file
11912
Site/JS/vue.js
Normal file
File diff suppressed because it is too large
Load Diff
6
Site/JS/vue.min.js
vendored
Normal file
6
Site/JS/vue.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user