mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 09:01:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			388 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/* eslint-disable */
 | 
						|
/* prettier-ignore */
 | 
						|
// @ts-nocheck
 | 
						|
// Generated by unplugin-vue-components
 | 
						|
// Read more: https://github.com/vuejs/core/pull/3399
 | 
						|
import '@vue/runtime-core'
 | 
						|
 | 
						|
export {}
 | 
						|
 | 
						|
declare module '@vue/runtime-core' {
 | 
						|
  export interface GlobalComponents {
 | 
						|
    RouterLink: typeof import('vue-router')['RouterLink']
 | 
						|
    RouterView: typeof import('vue-router')['RouterView']
 | 
						|
  }
 | 
						|
}
 |