Browse Source

feature: items和value支持自动watch

es6
guy 3 years ago
parent
commit
721abb77da
  1. 2
      src/core/4.widget.js

2
src/core/4.widget.js

@ -241,7 +241,7 @@
}, (handler && function (v) {
handler.call(self, self, v);
}) || BI.emptyFn, BI.extend({deep: true}, options));
this._watchers.push(function unwatchFn() {
this._watchers.push(function unwatchFn () {
watcher.teardown();
});
return watcher.value;

Loading…
Cancel
Save