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