diff --git a/src/components/ApolloQuery.js b/src/components/ApolloQuery.js index 2e43fbf5..af6a34df 100644 --- a/src/components/ApolloQuery.js +++ b/src/components/ApolloQuery.js @@ -156,6 +156,7 @@ export default { let result = this.$scopedSlots.default({ result: this.result, query: this.$apollo.queries.query, + isLoading: this.$apolloData.loading, }) if (Array.isArray(result)) { result = result.concat(this.$slots.default)