UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

9 lines (6 loc) 166 B
import { App } from 'vue' import Switch from './ItSwitch.vue' Switch.install = (Vue: App) => { Vue.component(Switch.name, Switch) } export default Switch