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