index.ts 187 B

1234567
  1. import { withInstall } from '@element-plus/utils'
  2. import Switch from './src/switch.vue'
  3. export const ElSwitch = withInstall(Switch)
  4. export default ElSwitch
  5. export * from './src/switch'