UNPKG

yw-common-list

Version:

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

10 lines (7 loc) 188 B
import VxeOption from '../select/src/option' export const Option = Object.assign(VxeOption, { install (Vue) { Vue.component(VxeOption.name, VxeOption) } }) export default Option