Revert "[FIX] Adjusting SocketIO client lib import (#202)"

This reverts commit ee1e7ed1ee.
This commit is contained in:
Vinícius Feitosa da Silva 2019-03-23 05:18:36 -03:00 committed by Leonardo Dominguez
parent d09d25951c
commit 16fbd3f551

View file

@ -57,7 +57,6 @@ new Vue({
import Vue from 'vue'
import store from './store'
import App from './App.vue'
import SocketIO from 'socket.io-client';
import VueSocketIO from 'vue-socket.io'
const options = { path: '/my-app/' }; //Options object to pass into SocketIO