fix: [adapter] 表格配置类型报错 (#6327)

配置toolbarConfig中的search时会有类型报错
This commit is contained in:
zyy
2025-06-08 17:53:55 +08:00
committed by GitHub
parent b69320c070
commit b015fbc9fc
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
import type { VxeTableGridOptions } from '@vben/plugins/vxe-table';
import type { Recordable } from '@vben/types';
import type { ComponentType } from './component';
@@ -47,7 +48,7 @@ setupVbenVxeTable({
round: true,
showOverflow: true,
size: 'small',
},
} as VxeTableGridOptions,
});
/**