|
|
|
|
/**
|
|
|
|
|
* 自定义控件仓库
|
|
|
|
|
*/
|
|
|
|
|
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'
|
|
|
|
|
|
|
|
|
|
import digitPage from './digitpage/index.vue'
|
|
|
|
|
|
|
|
|
|
import signatureMap from './writingboard/index.vue'
|
|
|
|
|
import videoUpAndPlay from './videoupload/index.vue'
|
|
|
|
|
import lowcodeCarsusel from './carousel/index.vue'
|
|
|
|
|
import lowcodeTransfer from './lowcodetransfer/index.vue'
|
|
|
|
|
import lowcodeImage from './lowcodeimage/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)
|
|
|
|
|
|
|
|
|
|
app.component('DigitPage', digitPage)
|
|
|
|
|
|
|
|
|
|
app.component('SignatureMap', signatureMap)
|
|
|
|
|
app.component('VideoUpAndPlay',videoUpAndPlay)
|
|
|
|
|
app.component('LowcodeCarsusel',lowcodeCarsusel)
|
|
|
|
|
app.component('LowcodeTransfer',lowcodeTransfer)
|
|
|
|
|
app.component('LowcodeImage',lowcodeImage)
|
|
|
|
|
}
|