You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides `get` and `find` compositions that let you query your feathers API.
4
+
Queries and responses are fully reactive allowing you to:
5
+
6
+
- trigger a query by simply updating a query parameter
7
+
- receive continuous updates via [@feathersjs/socketio-client](https://docs.feathersjs.com/api/client/socketio.html) that are instantly visible inside Vue components.
8
+
9
+
## Example usage
10
+
11
+
Define a wrapper that passes your feathers app.
12
+
Passing your `Application` type including your `ServiceTypes` allows typechecking of the `serviceName` parameter.
0 commit comments