feat: add smartquery argument to loading watchers

This commit is contained in:
Guillaume Chau
2018-06-14 01:22:59 +02:00
parent 7267dc4182
commit e235c92e88
+1 -1
View File
@@ -176,7 +176,7 @@ export default class SmartQuery extends SmartApollo {
this.options.watchLoading,
this.vm.$apollo.watchLoading,
this.vm.$apollo.provider.watchLoading,
], ...args)
], ...args, this)
}
applyLoadingModifier (value) {