UNPKG

@twotwoba/vv-cli

Version:

Easily create Vite + React19/Vue3 web/h5/mini-program/chrome-extension projects.

11 lines (8 loc) 214 B
import { App } from 'vue' import Input from './input.vue' Input.install = (app: App) => { app.component('UiInput', Input) } export { Input } export default Input export type { InputProps } from './input.vue'