Browse Source

fix: resolve table toolbar error (#5109)

pull/5112/head
Netfan 1 year ago
committed by GitHub
parent
commit
d308da6ba1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/plugins/src/vxe-table/init.ts

2
packages/effects/plugins/src/vxe-table/init.ts

@ -16,6 +16,7 @@ import {
VxeInput, VxeInput,
VxeLoading, VxeLoading,
VxeModal, VxeModal,
VxeNumberInput,
VxePager, VxePager,
// VxeList, // VxeList,
// VxeModal, // VxeModal,
@ -82,6 +83,7 @@ export function initVxeTable() {
// VxeUI.component(VxeList); // VxeUI.component(VxeList);
VxeUI.component(VxeLoading); VxeUI.component(VxeLoading);
VxeUI.component(VxeModal); VxeUI.component(VxeModal);
VxeUI.component(VxeNumberInput);
// VxeUI.component(VxeOptgroup); // VxeUI.component(VxeOptgroup);
// VxeUI.component(VxeOption); // VxeUI.component(VxeOption);
VxeUI.component(VxePager); VxeUI.component(VxePager);

Loading…
Cancel
Save