UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

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