minor cleanup

This commit is contained in:
smilerz
2021-12-02 12:16:28 -06:00
parent 2af7b64d4f
commit 2763eed5b2
6 changed files with 8 additions and 18 deletions

View File

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