Skip to content
Update Documentation authored by Felix Cervin's avatar Felix Cervin
......@@ -48,7 +48,7 @@ try {
}
```
>>
>> Basically, "feathers", "socketio", "io" and "auth" are all bound to the Vue object. This makes all of the feathers and socket methods, etc. available in the client *(client/)* side of everything. For more information what these objects contain please see the documentation for each item in Feathers' [documentation](https://docs.feathersjs.com/api/readme.html).
>> Basically, "feathers", "socketio", "io" and "auth" are all bound to the Vue object. This makes all of the feathers and socket methods, etc., available in the client *(client/)* side of everything. For more information what these objects contain please see the documentation for each item in Feathers' [documentation](https://docs.feathersjs.com/api/readme.html).
>>> ***Feathers corresponding documentations***
>>> - [Application](https://docs.feathersjs.com/api/application.html)
>>> - [Socket.io-client](https://docs.feathersjs.com/api/client/socketio.html)
......
......