UNPKG

birdpaper-ui

Version:

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

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