Skip to content

v1.1.42

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:49
· 14 commits to main since this release

Bug:

  1. 修复深层级下array/table 通过 $config 异步赋值 items 后不起作用的Bug (🐛)
  2. 调整table布局的样式 (🐛)
  3. 修复 v-model 绑定的时机问题,解决一些赋值的bug (🐛)
  4. table 增加 delete(scope, cb) 的删除事件监听 (🐛)