mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Update README.md (#271)
This commit is contained in:
parent
35d8f66d44
commit
d7ddfb23ef
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ import Vue from 'vue'
|
||||||
import store from './store'
|
import store from './store'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import VueSocketIO from 'vue-socket.io'
|
import VueSocketIO from 'vue-socket.io'
|
||||||
|
import SocketIO from 'socket.io-client'
|
||||||
|
|
||||||
const options = { path: '/my-app/' }; //Options object to pass into SocketIO
|
const options = { path: '/my-app/' }; //Options object to pass into SocketIO
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue