Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Aug 28, 2017
1 parent 91ce78d commit d8bc081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/vue-apollo.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3436,6 +3436,7 @@ var 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
Loading

0 comments on commit d8bc081

Please sign in to comment.