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