mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Revert "[FIX] Adjusting SocketIO client lib import (#202)"
This reverts commit ee1e7ed1ee
.
This commit is contained in:
parent
d09d25951c
commit
16fbd3f551
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue