UNPKG

vxe-table-select-area

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