How to dynamically change the page title with Vue and Vue Router
Published in
4 min readDec 15, 2022
--
Image by: John Komarnicki
Changing the page title in your Vue SPA application is not as straightforward as you would think. In this article, I will show you a few ways how you can easily change the page title when navigating your application.
First off, you will need to have installed the Vue Router.