Skip to content

Commit 91ce78d

Browse files
author
Guillaume Chau
committed
Fix $watchLoading
1 parent 268f33b commit 91ce78d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const launch = function launch () {
5757
defineReactiveSetter(this.$apollo, 'client', apollo.$client)
5858
defineReactiveSetter(this.$apollo, 'loadingKey', apollo.$loadingKey)
5959
defineReactiveSetter(this.$apollo, 'error', apollo.$error)
60+
defineReactiveSetter(this.$apollo, 'watchLoading', apollo.$watchLoading)
6061
}
6162

6263
if (this._apolloQueries) {

0 commit comments

Comments
 (0)