mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
fix: missing recipe page title (#2662)
This commit is contained in:
parent
13f0fcb082
commit
08b6f3b70a
1 changed files with 7 additions and 0 deletions
|
@ -22,5 +22,12 @@ export default defineComponent({
|
|||
loading,
|
||||
};
|
||||
},
|
||||
head() {
|
||||
if (this.recipe) {
|
||||
return {
|
||||
title: this.recipe.name
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue