Files
vxe-table/packages/form-gather/index.js
2021-03-25 18:39:29 +08:00

10 lines
215 B
JavaScript

import VxeFormGather from '../form/src/form-gather'
export const FormGather = Object.assign(VxeFormGather, {
install (Vue) {
Vue.component(VxeFormGather.name, VxeFormGather)
}
})
export default FormGather