From e235c92e889e233bc03235b527d20667fb08eae7 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Thu, 14 Jun 2018 01:22:59 +0200 Subject: [PATCH] feat: add smartquery argument to loading watchers --- src/smart-query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smart-query.js b/src/smart-query.js index e4d3784..7b49b79 100644 --- a/src/smart-query.js +++ b/src/smart-query.js @@ -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) {