vxe-pc-ui
Version:
A vue based PC component library
1 lines • 756 B
JavaScript
;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;