UNPKG

eslink-ui-plus

Version:

vue3 component library, css framework

10 lines (6 loc) 184 B
import { App } from "vue"; import EsSwitch from "./index.vue"; EsSwitch.install = (app: App): void => { app.component("es-switch", EsSwitch); }; export default EsSwitch;