UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 168 B
import ElSwitch from './src/Switch.vue' /* istanbul ignore next */ ElSwitch.install = function (app) { app.component(ElSwitch.name, ElSwitch) } export { ElSwitch }