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 ab7c021 commit 75c90c9Copy full SHA for 75c90c9
lib/vue-plugin.js
@@ -122,7 +122,7 @@ class DollarApollo {
122
123
function applyLoadingModifier(value) {
124
if (loadingKey) {
125
- vm.$set(loadingKey, vm.$get(loadingKey) + value);
+ v[loadingKey] += value;
126
}
127
128
if (loadingChangeCb) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.0.0-beta6",
+ "version": "1.0.0-beta7",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
0 commit comments