UNPKG

birdpaper-ui

Version:

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

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