UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

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