UNPKG

es-com

Version:

### 介绍 ---

10 lines (8 loc) 211 B
import { App, Plugin } from 'vue'; import EsCharts from './docs/demo.vue'; export const EsChartsPlugin: Plugin = { install(app: App) { app.component('my-escharts', EsCharts); }, }; export { EsCharts };