mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
parent
9016ed3163
commit
b055fb9b2b
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ export default {
|
||||||
this.getRawIngredients();
|
this.getRawIngredients();
|
||||||
},
|
},
|
||||||
getRawIngredients() {
|
getRawIngredients() {
|
||||||
|
this.rawIngredients = [];
|
||||||
this.ingredients.forEach(element => {
|
this.ingredients.forEach(element => {
|
||||||
this.rawIngredients.push(element.recipe_ingredient);
|
this.rawIngredients.push(element.recipe_ingredient);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue