v4.1.0
- Load the
React.createElementmethod on demand. - 🐛Fix the problem that the UI of the
TableComponentcomponent is not changed after ticking and deleting. (#23) - The Footer area of the Object component introduces the
<Space></Space>component layout.
- 按需加载
React.createElement方法。 - 🐛修复
TableComponent组件在勾选删除后,UI没有变化的问题。(#23) - Object组件的Footer区域,引入了
<Space></Space>组件布局。