add to shopping from card context menu

This commit is contained in:
smilerz
2021-10-31 15:18:00 -05:00
parent a217db5822
commit f245aa8b4f
16 changed files with 279 additions and 250 deletions

View File

@@ -82,6 +82,9 @@ export default {
footer_text: String,
footer_icon: String,
},
mounted() {
console.log(this.recipe)
},
computed: {
detailed: function() {
return this.recipe?.steps !== undefined