mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
fix: 修复Form组件emptySpan类型定义错误 (#2432)
This commit is contained in:
parent
0bb3b7f90d
commit
5a9a8644d6
@ -45,7 +45,7 @@ export const basicProps = {
|
||||
// 禁用表单
|
||||
disabled: propTypes.bool,
|
||||
emptySpan: {
|
||||
type: [Number, Object] as PropType<number>,
|
||||
type: [Number, Object] as PropType<number | Recordable>,
|
||||
default: 0,
|
||||
},
|
||||
// 是否显示收起展开按钮
|
||||
|
Loading…
Reference in New Issue
Block a user