index.js 178 B

12345678
  1. import VxeSwitch from './src/switch'
  2. VxeSwitch.install = function (Vue) {
  3. Vue.component(VxeSwitch.name, VxeSwitch)
  4. }
  5. export const Switch = VxeSwitch
  6. export default VxeSwitch