mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 02:47:00 -05:00 
			
		
		
		
	refactor(clean): removed extra console.log
This commit is contained in:
		
							parent
							
								
									0808920951
								
							
						
					
					
						commit
						82606f6a47
					
				@ -17,8 +17,6 @@ const route = useRoute()
 | 
				
			|||||||
const styleStore = useStyleStore()
 | 
					const styleStore = useStyleStore()
 | 
				
			||||||
const version = import.meta.env.PACKAGE_VERSION;
 | 
					const version = import.meta.env.PACKAGE_VERSION;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log(themeVars.value)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const makeLabel = (text: string, to: string) => () => h(RouterLink, { to }, { default: () => text })
 | 
					const makeLabel = (text: string, to: string) => () => h(RouterLink, { to }, { default: () => text })
 | 
				
			||||||
const makeIcon = (icon: Component) => () => h(NIcon, null, { default: () => h(icon) })
 | 
					const makeIcon = (icon: Component) => () => h(NIcon, null, { default: () => h(icon) })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user