|
@@ -48,6 +48,8 @@ declare module 'vue' {
|
|
|
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']
|
|
|
ElStep: typeof import('element-plus/es')['ElStep']
|
|
|
ElSteps: typeof import('element-plus/es')['ElSteps']
|
|
@@ -60,6 +62,7 @@ declare module 'vue' {
|
|
|
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']
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
FooterSection: typeof import('./../components/FooterSection/index.vue')['default']
|
|
@@ -101,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 {
|