This commit is contained in:
vabene1111
2021-01-14 00:02:11 +01:00
parent d99e523608
commit 0900e4c57d
4 changed files with 2 additions and 20 deletions

View File

@ -187,7 +187,6 @@ export default {
data() {
return {
loading: true,
recipe_id: window.RECIPE_ID,
recipe: undefined,
ingredient_count: 0,
servings: 1,
@ -195,7 +194,7 @@ export default {
}
},
mounted() {
this.loadRecipe(this.recipe_id)
this.loadRecipe(window.RECIPE_ID)
},
methods: {
loadRecipe: function (recipe_id) {