[Vuejs]-Unable to display header title of a website in vuejs

1👍

It seems it could help: https://github.com/vuejs/vue-router/issues/914
They are suggesting some type of hook.

The second solution is a bit lower, through using a ‘watcher’:
https://github.com/vuejs/vue-router/issues/914#issuecomment-376719306

👤Dawid

Leave a comment