refactor list_from_recipe as class RecipeShoppingEditor
This commit is contained in:
@ -106,7 +106,6 @@ export default {
|
||||
deep: true,
|
||||
},
|
||||
servings: function (newVal) {
|
||||
console.log(newVal)
|
||||
this.recipe_servings = parseInt(newVal)
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user