y595705120 il y a 3 ans
Parent
commit
213ce8f772
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/main.js

+ 0 - 4
src/main.js

@@ -14,10 +14,6 @@ Vue.prototype.$md5 = md5;
 import '@babel/polyfill'
 require('es6-promise').polyfill()
 
-import VueSocketIOExt from 'vue-socket.io-extended';
-const socket = io(process.env.VUE_APP_IO_URL);
-Vue.use(VueSocketIOExt, socket);
-
 
 
 Vue.config.productionTip = false