Fix/vue import error on intellij (#12612)
* Fix fix labeler config (#8) * fix vue import error --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
		
							parent
							
								
									319267e096
								
							
						
					
					
						commit
						b7bdd45dba
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								packages/frontend/vue-shims.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								packages/frontend/vue-shims.d.ts
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
/* eslint-disable */
 | 
			
		||||
declare module "*.vue" {
 | 
			
		||||
	import { defineComponent } from "vue";
 | 
			
		||||
	const component: ReturnType<typeof defineComponent>;
 | 
			
		||||
	export default component;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue