|
@@ -47,8 +47,11 @@ declare module 'vue' {
|
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
+ ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
+ ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
ElTimeline: typeof import('element-plus/es')['ElTimeline']
|
|
|
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
|
|
|
+ ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
|
|
@@ -90,7 +93,9 @@ 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 {
|
|
|
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
+ }
|
|
|
}
|