|
@@ -45,9 +45,6 @@ declare module 'vue' {
|
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
- ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
|
- ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
|
- ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
@@ -60,14 +57,12 @@ declare module 'vue' {
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
- ElTableV2: typeof import('element-plus/es')['ElTableV2']
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
ElTimeline: typeof import('element-plus/es')['ElTimeline']
|
|
|
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
|
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
- ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
|
|
@@ -78,7 +73,6 @@ declare module 'vue' {
|
|
|
HikvisionPlayer: typeof import('./../components/HKVideo/hikvision-player.vue')['default']
|
|
|
HKVideo: typeof import('./../components/HKVideo/index.vue')['default']
|
|
|
IconSelect: typeof import('./../components/IconSelect/index.vue')['default']
|
|
|
- IEpUploadFilled: typeof import('~icons/ep/upload-filled')['default']
|
|
|
IFrame: typeof import('./../components/iFrame/index.vue')['default']
|
|
|
ImagePreview: typeof import('./../components/ImagePreview/index.vue')['default']
|
|
|
ImageUpload: typeof import('./../components/ImageUpload/index.vue')['default']
|
|
@@ -110,7 +104,6 @@ declare module 'vue' {
|
|
|
VideoContainer: typeof import('./../components/HKVideo/video-container.vue')['default']
|
|
|
VideoContainer2: typeof import('./../components/HKVideo/video-container2.vue')['default']
|
|
|
YMap: typeof import('./../components/Map/YMap.vue')['default']
|
|
|
- YMapold: typeof import('./../components/Map/YMapold.vue')['default']
|
|
|
YztMap: typeof import('./../components/Map/YztMap/index.vue')['default']
|
|
|
}
|
|
|
export interface ComponentCustomProperties {
|