数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
886 B

/**
*
*/
import serialNumber from './number/index.vue'
import urlLink from './urllink/index.vue'
import orgCitys from './orgcitys/index.vue'
import baiduMap from './baidumap/index.vue'
import orgCentent from './org/index.vue'
2 years ago
import signatureMap from './writingboard/index.vue'
2 years ago
import videoUpAndPlay from './videoupload/index.vue'
import lowcodeCarsusel from './carousel/index.vue'
2 years ago
import lowcodeTransfer from './lowcodetransfer/index.vue'
export default (app: any) => {
app.component('SerialNumber', serialNumber)
app.component('UrlLink', urlLink)
app.component('OrgCitys', orgCitys)
app.component('BaiduMap', baiduMap)
app.component('OrgCentent', orgCentent)
2 years ago
app.component('SignatureMap', signatureMap)
2 years ago
app.component('VideoUpAndPlay',videoUpAndPlay)
app.component('LowcodeCarsusel',lowcodeCarsusel)
2 years ago
app.component('LowcodeTransfer',lowcodeTransfer)
}