Browse Source

整理代码

es6
guy 3 years ago
parent
commit
14ce46f10e
  1. 1
      changelog.md
  2. 1
      src/core/wrapper/layout.js

1
changelog.md

@ -1,5 +1,6 @@
# 更新日志
2.0(2021-07)
- layout支持forceUpdate刷新方式
- width属性支持calc()
- 修改了颜色选择器交互
- 新增bi.horizontal_fill、bi.vertical_fill布局

1
src/core/wrapper/layout.js

@ -389,7 +389,6 @@ BI.Layout = BI.inherit(BI.Widget, {
// }
return this._updateItemAt(index, vnode);
}
},
updateChildren: function (oldCh, newCh) {

Loading…
Cancel
Save