UNPKG

birdpaper-ui

Version:

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

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