|
@@ -28,7 +28,6 @@ declare module 'vue' {
|
|
|
CrossSetionData2: typeof import('./src/components/irrpollution/crossSetionData2.vue')['default']
|
|
|
CrossSetionTencentmap: typeof import('./src/components/irrpollution/crossSetionTencentmap.vue')['default']
|
|
|
EffcdStatistics: typeof import('./src/components/soilcdStatistics/effcdStatistics.vue')['default']
|
|
|
- ElAlert: typeof import('element-plus/es')['ElAlert']
|
|
|
ElAside: typeof import('element-plus/es')['ElAside']
|
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
@@ -62,8 +61,6 @@ declare module 'vue' {
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
|
- ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
- ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
FluxcdStatictics: typeof import('./src/components/soilcdStatistics/fluxcdStatictics.vue')['default']
|
|
|
HeavyMetalEnterprisechart: typeof import('./src/components/atmpollution/heavyMetalEnterprisechart.vue')['default']
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
@@ -87,7 +84,4 @@ declare module 'vue' {
|
|
|
Waterdataline: typeof import('./src/components/irrpollution/waterdataline.vue')['default']
|
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
|
}
|
|
|
- export interface ComponentCustomProperties {
|
|
|
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
- }
|
|
|
}
|