Add a watcher to document.title in Nuxt.Js

I am using nuxt.js and added different titles for different pages. There is a component that appears in all the pages and I wanted to access the document.title there. In common Component: conso...