Update socket.io and remove an useless event listener

This commit is contained in:
Louis Lam
2022-10-29 23:29:33 +08:00
parent 705124d4ac
commit 54efde8185
3 changed files with 68 additions and 176 deletions

View File

@@ -58,7 +58,6 @@ export default {
},
created() {
window.addEventListener("resize", this.onResize);
this.initSocketIO();
},