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