Browse Source

Pull request #2542: 无JIRA任务 feature: items支持响应式

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '2ac2ea84805d1bdde2c8ccefad436b4046072f7e':
  feature: items支持响应式
es6
guy 2 years ago
parent
commit
1e691ce5c2
  1. 2
      src/core/h.js

2
src/core/h.js

@ -48,7 +48,7 @@ BI.h = function (type, props, children) {
if (BI.isFunction(children[0])) {
return BI.extend({
type: type
}, { text: children[0], items: children[0] }, props);
}, { items: children[0] }, props);
}
}

Loading…
Cancel
Save