Commit c8f9f30
Pass back
* Pass back `isLoading` to scoped-slot
Right now `loading` is only set when a result is received, not when the request is sent. Using `watchLoading`, we can pass the loading state from when the request is sent.
* Use $apolloData.loading
We can simply use the $apolloData.loading property to get the current loading state of the query.isLoading to scoped-slot (#218)1 parent 82d6c02 commit c8f9f30
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments