docs: sync Chinese doc to 3.0.0-beta.30 (#604)

* docs: sync Chinese doc to 3.0.0-beta.29

* docs: sync Chinese doc to 3.0.0-beta.30

* main page
This commit is contained in:
高英健
2019-05-23 02:24:24 +08:00
committed by Guillaume Chau
parent d84145583f
commit f73c577738
16 changed files with 1116 additions and 111 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ To enable support of `gql` string tag in Vue templates, see the necessary setup
- `result`: Apollo Query result
- `result.data`: Data returned by the query (can be transformed by the `update` prop)
- `result.fullData`: Raw data returned by the query (not transformed by the `updated` prop)
- `result.fullData`: Raw data returned by the query (not transformed by the `update` prop)
- `result.loading`: Boolean indicating that a request is in flight (you may need to set `notifyOnNetworkStatusChange` prop for it to change)
- `result.error`: Eventual error for the current result
- `result.networkStatus`: See [apollo networkStatus](https://www.apollographql.com/docs/react/basics/queries.html#graphql-query-data-networkStatus)