We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268f33b commit 91ce78dCopy full SHA for 91ce78d
src/index.js
@@ -57,6 +57,7 @@ const launch = function launch () {
57
defineReactiveSetter(this.$apollo, 'client', apollo.$client)
58
defineReactiveSetter(this.$apollo, 'loadingKey', apollo.$loadingKey)
59
defineReactiveSetter(this.$apollo, 'error', apollo.$error)
60
+ defineReactiveSetter(this.$apollo, 'watchLoading', apollo.$watchLoading)
61
}
62
63
if (this._apolloQueries) {
0 commit comments