UNPKG

yw-common-list

Version:

基于vxe-table封装的自定义可配置表格

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