mirror of
https://github.com/vuejs/apollo.git
synced 2025-12-08 18:02:09 +00:00
docs: fix dollar apollo api ref
This commit is contained in:
parent
cb0ab57905
commit
fa74bbbd0c
@ -5,8 +5,8 @@ This is the Apollo manager added to any component that uses Apollo. It can be ac
|
||||
## Properties
|
||||
|
||||
- `vm`: related component
|
||||
- `queries`: array of the component's Reactive Queries.
|
||||
- `subscriptions`: array of the component's Reactive Subscriptions.
|
||||
- `queries`: object map of the component's Reactive Queries.
|
||||
- `subscriptions`: object map of the component's Reactive Subscriptions.
|
||||
- `provider`: injected [Apollo Provider](./apollo-provider.md).
|
||||
- `loading`: whether at least one query is loading.
|
||||
- `skipAllQueries`: (setter) boolean to pause or unpause all Reactive Queries.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user