Skip to content

Commit d8bc081

Browse files
author
Guillaume Chau
committed
Version bump
1 parent 91ce78d commit d8bc081

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

dist/vue-apollo.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,6 +3436,7 @@ var launch = function launch() {
34363436
defineReactiveSetter(this.$apollo, 'client', apollo.$client);
34373437
defineReactiveSetter(this.$apollo, 'loadingKey', apollo.$loadingKey);
34383438
defineReactiveSetter(this.$apollo, 'error', apollo.$error);
3439+
defineReactiveSetter(this.$apollo, 'watchLoading', apollo.$watchLoading);
34393440
}
34403441

34413442
if (this._apolloQueries) {

0 commit comments

Comments
 (0)