I am currently changing the page title and (in the near future) meta data via vue router like below:
$route (to, from){ document.title = to.meta.title } <