mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
fix: missing recipe page title (#2662)
This commit is contained in:
@@ -22,5 +22,12 @@ export default defineComponent({
|
|||||||
loading,
|
loading,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
head() {
|
||||||
|
if (this.recipe) {
|
||||||
|
return {
|
||||||
|
title: this.recipe.name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user