NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/packages/switch/index.js

9 lines
178 B
JavaScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import VxeSwitch from './src/switch'
VxeSwitch.install = function (Vue) {
Vue.component(VxeSwitch.name, VxeSwitch)
}
export const Switch = VxeSwitch
export default VxeSwitch