-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Feature Request] Handle titleTemplate like vue-meta #22
Comments
@egoist Would you accept a PR for this? Maybe |
would definitely make sense to support natively... but until then, if anyone else needs a workaround, here is what I do. It's pretty hacky but it works.
then once (usually in App.vue) call and in each page component call |
Would love to see this too! |
Hi,
It could be really cool to have a titleTemplate like vue-meta, to be able to set a part of title for each page, and a global part.
For now, I've just made my own use head that just do that:
But it can't be customized in the app.
Thanks for your amazing work,
Mathieu.
The text was updated successfully, but these errors were encountered: