From eab66124db3fdf38918f1459fb0515dae4c39400 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 29 Nov 2017 18:12:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/BI4.1' # Conflicts: # dist/bundle.min.js --- dist/fix/fix.compact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index 7174422aba..1bf4adb724 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -15,7 +15,7 @@ function createWatcher(vm, keyOrFn, handler) { return Fix.watch(vm.model, keyOrFn, _.bind(handler, vm), { - store: vm + store: vm.store }) }