Skip to content

Commit 5f8b7d9

Browse files
susnuxShGKme
andauthored
Update src/components/NcAppContent/NcAppContent.vue
Co-authored-by: Grigorii K. Shartsev <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 1181ddb commit 5f8b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcAppContent/NcAppContent.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export default {
299299
watch: {
300300
realPageTitle() {
301301
if (this.realPageTitle !== null) {
302-
window.document.title = this.realPageTitle
302+
document.title = this.realPageTitle
303303
}
304304
},
305305
},

0 commit comments

Comments
 (0)