UNPKG

dada-datav-vue3

Version:

dataV组件vue3版本

13 lines (10 loc) 281 B
import type { App, Plugin } from 'vue' import FullScreenContainer from './src/index.vue' export const FullScreenContainerPlugin: Plugin = { install(app: App) { app.component('DvFullScreenContainer', FullScreenContainer) }, } export { FullScreenContainer, }