## 1.0.1（2022-3-21）
- 升级到uni-ui@1.4.12
- eslint修复
```js
// FIXME value never use
const theadChildren = this.theadChildren
const dataLen = this.trChildren.filter(v => !v.disabled && v.keyValue).length

let rowspan = 1
if (this.theadChildren) {
    rowspan = this.theadChildren.rowspan
}
```