Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
packages/effects/plugins/src/vxe-table/init.ts
|
|
|
@ -16,6 +16,7 @@ import { |
|
|
|
VxeInput, |
|
|
|
VxeLoading, |
|
|
|
VxeModal, |
|
|
|
VxeNumberInput, |
|
|
|
VxePager, |
|
|
|
// VxeList,
|
|
|
|
// VxeModal,
|
|
|
|
@ -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); |
|
|
|
|