Skip to content

Commit 6ce5d84

Browse files
committed
i18n: clean up invalid i18n.t comment
The i18n.t method changed to i18n.global.t for vue3 support, so this comment is no longer valid. I found this on the Intel router and am pushing this for completeness, but I didn't test this environment. Tested: Did not test Change-Id: Ieba177977583bf05f6444466a630f4e6f83af91f Signed-off-by: Jason M. Bills <[email protected]>
1 parent 0d7909b commit 6ce5d84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Global/PageTitle.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ export default {
3232
);
3333
i++;
3434
}
35-
//this.title = i18n.t('appPageTitle.' + title);
36-
//document.title = this.title;
3735
}
3836
},
3937
};

0 commit comments

Comments
 (0)