UNPKG

birdpaper-ui

Version:

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

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