sbkwgh %!s(int64=5) %!d(string=hai) anos
pai
achega
165d7b55c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 	}
 })