UNPKG

birdpaper-ui

Version:

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

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