mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 22:59:41 +02:00
Frontend Fixes + Adjust Caddyfile (#518)
* token error handling * Add additional settings to recipes * fixes #515 * remove index.html Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
17a7d0b31e
commit
d7c883feca
19 changed files with 48 additions and 319 deletions
|
@ -82,9 +82,6 @@ export default {
|
|||
this.$set(this.editKeys, comment.id, false);
|
||||
}
|
||||
},
|
||||
editKeys() {
|
||||
console.log(this.editKeys);
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
resetImage() {
|
||||
|
@ -103,7 +100,6 @@ export default {
|
|||
this.$emit(UPDATE_COMMENT_EVENT);
|
||||
},
|
||||
async createNewComment() {
|
||||
console.log(this.slug);
|
||||
await api.recipes.createComment(this.slug, { text: this.newComment });
|
||||
this.$emit(NEW_COMMENT_EVENT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue