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 Avatar from './ItAvatar.vue' Avatar.install = (Vue: App) => { Vue.component(Avatar.name, Avatar) } export default Avatar