Explorar o código

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

cc12458 hai 10 meses
pai
achega
51714497b7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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);