Skip to content

Commit

Permalink
fix: resolve table toolbar error (#5109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 11, 2024
1 parent 7c4dfdc commit d308da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/effects/plugins/src/vxe-table/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
VxeInput,
VxeLoading,
VxeModal,
VxeNumberInput,
VxePager,
// VxeList,
// VxeModal,
Expand Down Expand Up @@ -82,6 +83,7 @@ export function initVxeTable() {
// VxeUI.component(VxeList);
VxeUI.component(VxeLoading);
VxeUI.component(VxeModal);
VxeUI.component(VxeNumberInput);
// VxeUI.component(VxeOptgroup);
// VxeUI.component(VxeOption);
VxeUI.component(VxePager);
Expand Down

0 comments on commit d308da6

Please sign in to comment.