UNPKG

es-com

Version:

### 介绍 ---

10 lines (8 loc) 201 B
import { App, Plugin } from 'vue'; import EsItem from './docs/demo.vue'; export const EsItemPlugin: Plugin = { install(app: App) { app.component('my-esitem', EsItem); }, }; export { EsItem };