Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91d2da commit 62b4fc2Copy full SHA for 62b4fc2
src/core/event/sidebar.js
@@ -78,7 +78,7 @@ export function getAndActive(router, el, isParent, autoTitle) {
78
})
79
80
if (autoTitle) {
81
- dom.$.title = target ? `${target.innerText} - ${title}` : title
+ dom.$.title = target ? (target.title || `${target.innerText} - ${title}`) : title
82
}
83
84
return target
0 commit comments