fix: add back vue-shim.d.ts, close #14
This commit is contained in:
		
							parent
							
								
									aaedb2f9f1
								
							
						
					
					
						commit
						9fe77afd72
					
				
							
								
								
									
										5
									
								
								src/vue-shim.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								src/vue-shim.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
declare module '*.vue' {
 | 
			
		||||
  import { defineComponent } from 'vue'
 | 
			
		||||
  const Component: ReturnType<typeof defineComponent>
 | 
			
		||||
  export default Component
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user