Skip to content
Update Documentation authored by Felix Cervin's avatar Felix Cervin
......@@ -47,7 +47,7 @@ Vue.app.service('users').create({...})
You also have access to the Feathers Socket. Here's how it's setup:
```javascript
import io from 'socket.io-client
import io from 'socket.io-client'
Vue.io = io
Vue.socket = Vue.io('http://localhost:3030')
```
......
......