UNPKG

birdpaper-ui

Version:

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

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