Skip to content
Update Documentation authored by Felix Cervin's avatar Felix Cervin
...@@ -49,7 +49,7 @@ try { ...@@ -49,7 +49,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 ** >>> ***Feathers corresponding documentations***
>>> - [Application](https://docs.feathersjs.com/api/application.html) >>> - [Application](https://docs.feathersjs.com/api/application.html)
>>> - [Socket.io-client](https://docs.feathersjs.com/api/client/socketio.html) >>> - [Socket.io-client](https://docs.feathersjs.com/api/client/socketio.html)
>>> - [Authentication-client](https://docs.feathersjs.com/api/authentication/client.html) >>> - [Authentication-client](https://docs.feathersjs.com/api/authentication/client.html)
\ No newline at end of file