UNPKG

birdpaper-ui

Version:

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

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