From 1b1465d05cf4df65f7867a49222cd6026f090924 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 7 Dec 2021 19:28:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81BI.useContext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/4.widget.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 7fc406f3e..3795e8b68 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -774,7 +774,6 @@ BI.watch = function (vm, watch, handler) { if (BI.Widget.current) { - options = options || {}; if (vm instanceof BI.Model) { BI.Widget.current._watchers || (BI.Widget.current._watchers = []); if (BI.isKey(watch)) {