mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-27 09:09:43 +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,
|
loading,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
head() {
|
||||||
|
if (this.recipe) {
|
||||||
|
return {
|
||||||
|
title: this.recipe.name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue