webapp: Fix typos
This commit is contained in:
parent
c47b7dd335
commit
8959795304
@ -87,7 +87,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
this.socket.onopen = function (event) {
|
this.socket.onopen = function (event) {
|
||||||
console.log(event);
|
console.log(event);
|
||||||
console.log("Successfuly connected to the echo websocket server...");
|
console.log("Successfully connected to the echo websocket server...");
|
||||||
};
|
};
|
||||||
|
|
||||||
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect
|
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect
|
||||||
|
|||||||
@ -489,7 +489,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
this.socket.onopen = function (event) {
|
this.socket.onopen = function (event) {
|
||||||
console.log(event);
|
console.log(event);
|
||||||
console.log("Successfuly connected to the echo websocket server...");
|
console.log("Successfully connected to the echo websocket server...");
|
||||||
};
|
};
|
||||||
|
|
||||||
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect
|
// Listen to window events , When the window closes , Take the initiative to disconnect websocket Connect
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user