More dynamic title in the Layout #480
-
I want the title/RouterLink of the page in the upper left corner of the default layout to be more customizable. More specifically, the problem I have is that my VuePress site consists of multiple "products", for example:
When the user is on a page starting with At the moment in the default layout, I can only use the sidebar to indicate which "product" the user is currently viewing. I rather have the NavBar indicating that in the upper left corner. Am I alone wanting this feature, or does other want it too? I don't think the default theme currently provides a slot for the title in the upper left corner. One solution could be to provide a slot for it. If the functionality can be implemented and added through a plugin, that could be a good solution for me too, but I would like someone to first confirm that is possible before I try to do it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
alisas
to overide navbar component to achieve that.