-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set page title per page #74
Comments
page titles must be translated, it cannot be router id |
kotte-sanya
added a commit
that referenced
this issue
Aug 14, 2020
ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a fixed page title Mezi námi řidiči for every page. If you open browser history you cannot navigate.
Requirements:
Potential implementation:
https://medium.com/@Taha_Shashtari/the-easy-way-to-change-page-title-in-vue-6caf05006863 - via mixin, title set in View file
Router based implementation will not work because we need dynamic titles for polls:
https://dev.to/webhookrelay/a-simple-way-to-keep-your-vue-page-title-in-sync-with-the-router-ec0
vuejs/vue-router#914 (comment) - keeps the history
https://stackoverflow.com/questions/51639850/how-to-change-page-titles-when-using-vue-router
The text was updated successfully, but these errors were encountered: