mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: remove v-lazy from RecipeCard (#5835)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7a43546eeb
						
					
				
				
					commit
					b578d8d4f7
				
			| @@ -1,6 +1,5 @@ | ||||
| <template> | ||||
|   <!-- Wrap v-hover with a div to provide a proper DOM element for the transition --> | ||||
|   <v-lazy> | ||||
|     <div> | ||||
|       <v-hover | ||||
|         v-slot="{ isHovering, props }" | ||||
| @@ -99,7 +98,6 @@ | ||||
|         </v-card> | ||||
|       </v-hover> | ||||
|     </div> | ||||
|   </v-lazy> | ||||
| </template> | ||||
|  | ||||
| <script lang="ts"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user