chore: 初始化租户端(vben web-ele)
This commit is contained in:
10
packages/effects/plugins/src/vxe-table/index.ts
Normal file
10
packages/effects/plugins/src/vxe-table/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
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 {
|
||||
VxeGridListeners,
|
||||
VxeGridProps,
|
||||
VxeGridPropTypes,
|
||||
} from 'vxe-table';
|
||||
Reference in New Issue
Block a user