mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 12:17:37 +08:00
6503e55277
* refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils): remove * refactor(utils): rename * refactor(utils): move EVENT_CODE to constants * refactor: remove generic
8 lines
187 B
TypeScript
8 lines
187 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
import Switch from './src/switch.vue'
|
|
|
|
export const ElSwitch = withInstall(Switch)
|
|
export default ElSwitch
|
|
|
|
export * from './src/switch'
|