chore: 改为Partial DeepPartial导致识别不出具体类型
This commit is contained in:
parent
b29b41fc73
commit
2aa4756a3e
@ -42,7 +42,7 @@ export interface VxeGridProps {
|
||||
/**
|
||||
* vxe-grid 事件
|
||||
*/
|
||||
gridEvents?: DeepPartial<VxeGridListeners>;
|
||||
gridEvents?: Partial<VxeGridListeners>;
|
||||
/**
|
||||
* 表单配置
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user