[Feature] Add dynamic titles #608
Labels
Priority: Low
The issue contains work with low priority.
Template: Frontend
Issues regarding the frontend template.
Type: Feature
The issue is an feature
Milestone
Relevant template
refarch-frontend
Problem description (optional)
Currently the application title is set statically inside the html file. It would be better if the title gets updated dynamically and thus resembled the navigation structure of the application.
Desired solution
We should add additional metadata to the routes (e.g.
title
field) and update the title dynamically when navigation happens (e.g via abeforeEach
orafterEach
route guard)Considered alternatives (optional)
Maybe a more sophisticated solution like https://vue-meta.nuxtjs.org/ or https://unhead.unjs.io/setup/vue/installation might be better.
Additional context (optional)
No response
No duplicate
Code of Conduct
The text was updated successfully, but these errors were encountered: