UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

12 lines (11 loc) 289 B
import _alert from "./src/alert.vue.js"; import { getComponentsPrefix } from "../utils/config.js"; _alert.name = getComponentsPrefix() + _alert.name; const Alert = Object.assign(_alert, { install: (app) => { app.component(_alert.name, _alert); } }); export { Alert as default };