mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	dev-feature/analyze-bundle (#529)
* add bundle analyzer * use svg icons - closes #522 * fix recent recipes icon Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		| @@ -33,9 +33,9 @@ | ||||
|       <ul> | ||||
|         <li v-for="(ingredient, index) in recipe.recipeIngredient" :key="index"> | ||||
|           <v-icon> | ||||
|             mdi-checkbox-blank-outline | ||||
|             {{ $globals.icons.checkboxBlankOutline }} | ||||
|           </v-icon> | ||||
|           <p>{{ ingredient }}</p> | ||||
|           <p>{{ ingredient.note }}</p> | ||||
|         </li> | ||||
|       </ul> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user