feat: 通用的表格复选框是否选中事件

This commit is contained in:
dap
2024-10-18 15:20:20 +08:00
parent 162b3207fd
commit c6984c164c
2 changed files with 22 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export { setupVbenVxeTable } from './init';
export * from './use-vxe-grid';
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
export type { VxeGridListeners, VxeGridProps } from 'vxe-table';
export type { VxeGridDefines, VxeGridListeners, VxeGridProps } from 'vxe-table';