Skip to content

Commit

Permalink
Fix loadingKey
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 21, 2016
1 parent ab7c021 commit 75c90c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vue-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class DollarApollo {

function applyLoadingModifier(value) {
if (loadingKey) {
vm.$set(loadingKey, vm.$get(loadingKey) + value);
v[loadingKey] += value;
}

if (loadingChangeCb) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 75c90c9

Please sign in to comment.