mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
[FIX] Adjusting SocketIO client lib import
This commit is contained in:
parent
f77564b41e
commit
18ba1b106c
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ 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