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