fix: 表格排序翻页会丢失排序参数

This commit is contained in:
dap
2024-12-20 13:58:01 +08:00
parent 5e82866370
commit aa95783fc9
5 changed files with 41 additions and 7 deletions

View File

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