mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			205 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			205 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
|  | <template> | ||
|  |   <div> | ||
|  |     <RecentRecipes /> | ||
|  |   </div> | ||
|  | </template> | ||
|  | 
 | ||
|  | <script> | ||
|  | import RecentRecipes from "./RecentRecipes"; | ||
|  | 
 | ||
|  | export default { | ||
|  |   components: { | ||
|  |     RecentRecipes, | ||
|  |   }, | ||
|  | }; | ||
|  | </script> | ||
|  | 
 | ||
|  | <style> | ||
|  | </style> |