diff --git a/new-digital-agriculture-screen/components.d.ts b/new-digital-agriculture-screen/components.d.ts new file mode 100644 index 0000000..83b2d5f --- /dev/null +++ b/new-digital-agriculture-screen/components.d.ts @@ -0,0 +1,50 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + CenterMap: typeof import('./src/components/centerMap.vue')['default'] + CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default'] + Components: typeof import('./src/components/index.js')['default'] + copy: typeof import('./src/components/centerMap copy.vue')['default'] + CurrentTime: typeof import('./src/components/currentTime.vue')['default'] + CustomBack: typeof import('./src/components/customBack.vue')['default'] + CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default'] + CustomEchartBar: typeof import('./src/components/custom-echart-bar/index.vue')['default'] + CustomEchartBubble: typeof import('./src/components/custom-echart-bubble/index.vue')['default'] + CustomEchartColumnLine: typeof import('./src/components/custom-echart-column-line/index.vue')['default'] + CustomEchartHyalineCake: typeof import('./src/components/custom-echart-hyaline-cake/index.vue')['default'] + CustomEchartLine: typeof import('./src/components/custom-echart-line/index.vue')['default'] + CustomEchartLineLine: typeof import('./src/components/custom-echart-line-line/index.vue')['default'] + CustomEchartMaps: typeof import('./src/components/custom-echart-maps/index.vue')['default'] + CustomEchartMixin: typeof import('./src/components/custom-echart-mixin/index.vue')['default'] + CustomEchartPictorialBar: typeof import('./src/components/custom-echart-pictorial-bar/index.vue')['default'] + CustomEchartPie: typeof import('./src/components/custom-echart-pie/index.vue')['default'] + CustomEchartPie3d: typeof import('./src/components/custom-echart-pie-3d/index.vue')['default'] + CustomEchartPieGauge: typeof import('./src/components/custom-echart-pie-gauge/index.vue')['default'] + CustomEchartRadar: typeof import('./src/components/custom-echart-radar/index.vue')['default'] + CustomEchartScatterBlister: typeof import('./src/components/custom-echart-scatter-blister/index.vue')['default'] + CustomEchartTriangle: typeof import('./src/components/custom-echart-triangle/index.vue')['default'] + CustomEchartWaterDroplet: typeof import('./src/components/custom-echart-water-droplet/index.vue')['default'] + CustomEchartWordCloud: typeof import('./src/components/custom-echart-word-cloud/index.vue')['default'] + CustomIframe: typeof import('./src/components/custom-iframe/index.vue')['default'] + CustomImportExcel: typeof import('./src/components/custom-import-excel/index.vue')['default'] + CustomProgress: typeof import('./src/components/customProgress.vue')['default'] + CustomRankList: typeof import('./src/components/custom-rank-list/index.vue')['default'] + CustomRichEditor: typeof import('./src/components/custom-rich-editor/index.vue')['default'] + CustomScrollBoard: typeof import('./src/components/custom-scroll-board/index.vue')['default'] + CustomScrollTitle: typeof import('./src/components/custom-scroll-title/index.vue')['default'] + CustomTableOperate: typeof import('./src/components/custom-table-operate/index.vue')['default'] + CustomTableTree: typeof import('./src/components/custom-table-tree/index.vue')['default'] + NewHyalineCake: typeof import('./src/components/custom-echart-hyaline-cake/new-hyaline-cake.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + SubTop: typeof import('./src/components/subTop.vue')['default'] + SvgIcon: typeof import('./src/components/svg-icon/index.vue')['default'] + UpFile: typeof import('./src/components/custom-rich-editor/upFile.js')['default'] + } +}