UNPKG

dada-datav-vue3

Version:

dataV组件vue3版本

13 lines (10 loc) 241 B
import type { App, Plugin } from 'vue' import PercentPond from './src/index.vue' export const PercentPondPlugin: Plugin = { install(app: App) { app.component('DvPercentPond', PercentPond) }, } export { PercentPond, }