django-vue3-admin-web/node_modules/vxe-pc-ui/lib/form-gather/index.min.js
2025-10-20 21:21:14 +08:00

1 line
756 B
JavaScript

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeFormGather=exports.FormGather=void 0;var _core=require("@vxe-ui/core"),_formGroup=_interopRequireDefault(require("../form/src/form-group")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}const VxeFormGatherComponent=Object.assign({},_formGroup.default,{name:"VxeFormGather"}),VxeFormGather=exports.VxeFormGather=Object.assign(VxeFormGatherComponent,{install(e){e.component(VxeFormGatherComponent.name,VxeFormGatherComponent)}}),FormGather=(_dynamics.dynamicApp.use(VxeFormGather),_core.VxeUI.component(VxeFormGatherComponent),exports.FormGather=VxeFormGather);var _default=exports.default=VxeFormGather;