浏览代码

fix: resolve table toolbar error (#5109)

Netfan 9 月之前
父节点
当前提交
d308da6ba1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/effects/plugins/src/vxe-table/init.ts

+ 2 - 0
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);