|  |  | @@ -2,6 +2,7 @@ | 
		
	
		
			
			|  |  |  | export {} | 
		
	
		
			
			|  |  |  | declare global { | 
		
	
		
			
			|  |  |  | const EffectScope: typeof import('vue')['EffectScope'] | 
		
	
		
			
			|  |  |  | const ElForm: typeof import('element-plus/es')['ElForm'] | 
		
	
		
			
			|  |  |  | const ElMessage: typeof import('element-plus/es')['ElMessage'] | 
		
	
		
			
			|  |  |  | const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] | 
		
	
		
			
			|  |  |  | const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] | 
		
	
	
		
			
				|  |  | @@ -270,6 +271,7 @@ import { UnwrapRef } from 'vue' | 
		
	
		
			
			|  |  |  | declare module 'vue' { | 
		
	
		
			
			|  |  |  | interface ComponentCustomProperties { | 
		
	
		
			
			|  |  |  | readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> | 
		
	
		
			
			|  |  |  | readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']> | 
		
	
		
			
			|  |  |  | readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> | 
		
	
		
			
			|  |  |  | readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']> | 
		
	
		
			
			|  |  |  | readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']> | 
		
	
	
		
			
				|  |  | 
 |