sbkwgh 5 years ago
parent
commit
165d7b55c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/main.js

+ 1 - 1
frontend/src/main.js

@@ -79,7 +79,7 @@ Vue.use(linkExpander)
 
 Vue.use({
 	install (Vue) {
-		Vue.prototype.$socket = $socket;
+		Vue.prototype.$socket = io();
 	}
 })