UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

12 lines (11 loc) 226 B
import _sfc_main from "./OInput.vue.mjs"; import { inputProps } from "./types.mjs"; const OInput = Object.assign(_sfc_main, { install(app) { app.component("OInput", _sfc_main); } }); export { OInput, inputProps };