diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index ea9ef768d2..8aa5de97c0 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -14,13 +14,6 @@ } function createWatcher(vm, keyOrFn, handler, options) { - if (BI.isPlainObject(handler)) { - options = handler - handler = handler.handler - } - if (typeof handler === 'string') { - handler = vm[handler] - } return Fix.watch(vm, keyOrFn, handler, options) }