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