NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/packages/switch/index.js
2023-09-14 14:47:11 +08:00

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