[wip] more test

This commit is contained in:
LouisLam
2021-10-05 20:27:43 +08:00
parent 98436f91b5
commit 73bf1216d1
5 changed files with 53 additions and 21 deletions

View File

@@ -179,7 +179,7 @@ export default {
});
socket.on("connect", () => {
console.log("connect");
console.log("Connected to the socket server");
this.socket.connectCount++;
this.socket.connected = true;