将监视者添加到Nuxt.Js中的document.title中

问题描述 投票:1回答:1

我正在使用nuxt.js,并为不同的页面添加了不同的标题。

[所有页面中都有一个组件,我想在那里访问document.title

共同的组成部分:

console.log(document.title) // Always comes the same one when the page loaded

当我更改路线时,我想在那里获得新标题。

URL发生更改时,是否可以通过任何方式访问this.$routerthis.$meta中的元标题或观看document.title

谢谢!

我正在使用nuxt.js,并为不同的页面添加了不同的标题。所有页面中都有一个组件,我想在那里访问document.title。通用组件:console ....

javascript vue.js single-page-application nuxt.js nuxt
1个回答
0
投票

我面临着同样的问题。您能找到解决方案吗?我在通用组件中尝试了类似的方法:

© www.soinside.com 2019 - 2024. All rights reserved.