File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Integrates [apollo](http://www.apollostack.com/) in your vue components with dec
1313 - [ Query with parameters] ( #query-with-parameters )
1414 - [ Reactive parameters] ( #reactive-parameters )
1515 - [ Advanced options] ( #advanced-options )
16- - [ Reactive Query Example] ( #reactive-query-example )
16+ - [ Reactive Query Example] ( #reactive-query-example )
1717 - [ Mutations] ( #mutations )
1818 - [ Subscriptions] ( #subscriptions )
1919 - [ Pagination with ` fetchMore ` ] ( #pagination-with-fetchMore )
@@ -348,7 +348,7 @@ If you use `ES2015`, you can also write the `update` like this:
348348update : data => data .ping
349349```
350350
351- ### Reactive Query Example
351+ #### Reactive Query Example
352352
353353Here is a reactive query example using polling:
354354
You can’t perform that action at this time.
0 commit comments