Przeglądaj źródła

bug-72 组件 date-picker 需要 date-panel 关联

cc12458 10 miesięcy temu
rodzic
commit
51714497b7
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/libs/vxe/plugin.ts

+ 2 - 0
src/libs/vxe/plugin.ts

@@ -12,6 +12,7 @@ import {
   VxeIcon,
   VxeInput,
   VxeNumberInput,
+  VxeDatePanel,
   VxeDatePicker,
   VxeList,
   VxeLoading,
@@ -44,6 +45,7 @@ function LazyVxeUIForForm(app: App) {
   app.use(VxeFormView);
   app.use(VxeInput);
   app.use(VxeNumberInput);
+  app.use(VxeDatePanel);
   app.use(VxeDatePicker);
   app.use(VxeRadio);
   app.use(VxeSwitch);