You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
746 B

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}}var VxeFormGatherComponent=Object.assign({},_formGroup.default,{name:"VxeFormGather"}),VxeFormGather=exports.VxeFormGather=Object.assign(VxeFormGatherComponent,{install:function(e){e.component(VxeFormGatherComponent.name,VxeFormGatherComponent)}}),FormGather=(_dynamics.dynamicApp.use(VxeFormGather),_core.VxeUI.component(VxeFormGatherComponent),exports.FormGather=VxeFormGather),_default=exports.default=VxeFormGather;