chore: add vxe-table export example (#4769)

This commit is contained in:
Svend
2024-10-30 21:38:19 +08:00
committed by GitHub
parent e600d78cb9
commit c2d59dea69
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ import {
VxeSelect,
VxeTooltip,
VxeUI,
VxeUpload,
// VxeSwitch,
// VxeTextarea,
} from 'vxe-pc-ui';
@@ -92,6 +93,7 @@ export function initVxeTable() {
// VxeUI.component(VxeSwitch);
// VxeUI.component(VxeTextarea);
VxeUI.component(VxeTooltip);
VxeUI.component(VxeUpload);
isInit = true;
}