UNPKG

dada-datav-vue3

Version:

dataV组件vue3版本

13 lines (10 loc) 216 B
import type { App, Plugin } from 'vue' import Charts from './src/index.vue' export const ChartsPlugin: Plugin = { install(app: App) { app.component('DvCharts', Charts) }, } export { Charts, }