12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- /* 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 {
- Chart: typeof import('./../components/Chart/index.vue')['default']
- CompanyMap: typeof import('./../components/Map/company-map.vue')['default']
- Contact: typeof import('./../components/Contact/index.vue')['default']
- Dialog: typeof import('./../components/Dialog/index.vue')['default']
- DictTag: typeof import('./../components/DictTag/index.vue')['default']
- ElButton: typeof import('element-plus/es')['ElButton']
- ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
- ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
- ElCol: typeof import('element-plus/es')['ElCol']
- ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
- ElDialog: typeof import('element-plus/es')['ElDialog']
- ElForm: typeof import('element-plus/es')['ElForm']
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
- ElIcon: typeof import('element-plus/es')['ElIcon']
- ElImage: typeof import('element-plus/es')['ElImage']
- ElInput: typeof import('element-plus/es')['ElInput']
- ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
- ElOption: typeof import('element-plus/es')['ElOption']
- ElPagination: typeof import('element-plus/es')['ElPagination']
- ElRow: typeof import('element-plus/es')['ElRow']
- ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
- ElSelect: typeof import('element-plus/es')['ElSelect']
- ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
- ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
- ElSlider: typeof import('element-plus/es')['ElSlider']
- ElText: typeof import('element-plus/es')['ElText']
- ElTimeline: typeof import('element-plus/es')['ElTimeline']
- ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
- ElTree: typeof import('element-plus/es')['ElTree']
- ElUpload: typeof import('element-plus/es')['ElUpload']
- FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
- FlvVideo: typeof import('./../components/FlvVideo/index.vue')['default']
- FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
- HeaderSection: typeof import('./../components/HeaderSection/index.vue')['default']
- HikvisionH5player: typeof import('./../components/HKVideo/hikvision-h5player.vue')['default']
- HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
- HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
- IFrame: typeof import('./../components/iFrame/index.vue')['default']
- Index2: typeof import('./../components/HeaderSection/index2.vue')['default']
- InfoDialog: typeof import('./../components/InfoDialog/index.vue')['default']
- LineWidthSelect: typeof import('./../components/LineWidthSelect/index.vue')['default']
- Map: typeof import('./../components/Map/index.vue')['default']
- ModalVideo: typeof import('./../components/HKVideo/modal-video.vue')['default']
- NearbyVideos: typeof import('./../components/NearbyVideos/index.vue')['default']
- Pagination: typeof import('./../components/Pagination/index.vue')['default']
- ParentView: typeof import('./../components/ParentView/index.vue')['default']
- PdfView: typeof import('./../components/PdfView/index.vue')['default']
- QuickZoom: typeof import('./../components/Map/quickZoom.vue')['default']
- RightTool: typeof import('./../components/Map/rightTool.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Step: typeof import('./../components/Step/index.vue')['default']
- SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
- Switch: typeof import('./../components/Switch/index.vue')['default']
- TimeAxis: typeof import('./../components/TimeAxis/index.vue')['default']
- VideoContainer: typeof import('./../components/HKVideo/video-container.vue')['default']
- VideoContainer2: typeof import('./../components/HKVideo/video-container2.vue')['default']
- VideoDialog: typeof import('./../components/HKVideo/video-dialog.vue')['default']
- VideoTagEdit: typeof import('./../components/VideoTagEdit/index.vue')['default']
- YztMap: typeof import('./../components/Map/YztMap/index.vue')['default']
- }
- export interface ComponentCustomProperties {
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
- }
- }
|