Browse Source
* chore: 关闭eslint的no-undef规则校验 * chore(VFormDesign): 替换表单设计组件的modal是否可见属性 * chore(BasicTable): emit传参类型问题 * chore(Table): 调整函数参数类型 * chore: 调整expandedRowKeys数据类型 * chore(Table): 完善TableRowSelection接口类型 * chore(Table): 完善useRowSelection 文件的类型问题 * chore(useColumns): key赋值的类型问题 * chore(useDataSource): setTableData的类型问题 * chore: 替换rowKeys类型为 (string|number)[] * fix(edit-cell): 修复edit table Popover 传参问题 * fix(Table): handleItem函数进行绑定key dataIndex可能为数组,造成类型错误提示pull/3035/head
committed by
GitHub
15 changed files with 61 additions and 51 deletions
@ -1,4 +1,7 @@ |
|||
module.exports = { |
|||
root: true, |
|||
extends: ['@vben'], |
|||
rules: { |
|||
'no-undef': 'off', |
|||
}, |
|||
}; |
|||
|
|||
Loading…
Reference in new issue