index.js 215 B

123456789
  1. import VxeFormGather from '../form/src/form-gather'
  2. export const FormGather = Object.assign(VxeFormGather, {
  3. install (Vue) {
  4. Vue.component(VxeFormGather.name, VxeFormGather)
  5. }
  6. })
  7. export default FormGather