UNPKG

yw-common-list

Version:

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

10 lines (7 loc) 202 B
import VxeOptgroup from '../select/src/optgroup' export const Optgroup = Object.assign(VxeOptgroup, { install (Vue) { Vue.component(VxeOptgroup.name, VxeOptgroup) } }) export default Optgroup