mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-19 16:15:36 +08:00
chore: 改为Partial DeepPartial导致识别不出具体类型
This commit is contained in:
@@ -42,7 +42,7 @@ export interface VxeGridProps {
|
|||||||
/**
|
/**
|
||||||
* vxe-grid 事件
|
* vxe-grid 事件
|
||||||
*/
|
*/
|
||||||
gridEvents?: DeepPartial<VxeGridListeners>;
|
gridEvents?: Partial<VxeGridListeners>;
|
||||||
/**
|
/**
|
||||||
* 表单配置
|
* 表单配置
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user