mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
import VxeOptgroup from '../select/src/optgroup'
|
|
|
|
export const Optgroup = Object.assign(VxeOptgroup, {
|
|
install (Vue) {
|
|
Vue.component(VxeOptgroup.name, VxeOptgroup)
|
|
}
|
|
})
|
|
|
|
export default Optgroup
|