* docs: init vxe-table demos * style: fix vxe-table index.scss import error * docs: fix vxe-table style & theme toggle problem * docs: add rest demos * docs: add vxe-table demo desc * fix: add maximumFileSizeToCacheInBytes to fix build error * fix: fix vxe-table set-theme build error * docs: fix vitepress ssr render problem * docs: add some tips for vitepress compatibility
8 lines
289 B
TypeScript
8 lines
289 B
TypeScript
export { setupVbenVxeTable } from './init';
|
|
export * from './use-vxe-grid';
|
|
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
|
|
|
|
export * from 'vxe-pc-ui/styles/all.scss';
|
|
export type { VxeGridListeners, VxeGridProps } from 'vxe-table';
|
|
export * from 'vxe-table/styles/all.scss';
|