Skip to content

Commit

Permalink
Fix $watchLoading
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Aug 28, 2017
1 parent 268f33b commit 91ce78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const launch = function launch () {
defineReactiveSetter(this.$apollo, 'client', apollo.$client)
defineReactiveSetter(this.$apollo, 'loadingKey', apollo.$loadingKey)
defineReactiveSetter(this.$apollo, 'error', apollo.$error)
defineReactiveSetter(this.$apollo, 'watchLoading', apollo.$watchLoading)
}

if (this._apolloQueries) {
Expand Down

0 comments on commit 91ce78d

Please sign in to comment.