From 06cfd5bf6f2389229f7580fbd47e5d5b9ab5661e Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Wed, 30 Apr 2025 12:11:39 -0700 Subject: i18n: fix global method in page-title guide The change from i18n.t method to i18n.global.t for vue3 support was missed in the page-title guide. I found this on the Intel router and am pushing this for completeness. Change-Id: I97c993e36caa07af6df7c1ae3124e4f9380c493b Signed-off-by: Jason M. Bills --- docs/guide/components/page-title/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/components') diff --git a/docs/guide/components/page-title/index.md b/docs/guide/components/page-title/index.md index 2f635e74c..8cc5950e0 100644 --- a/docs/guide/components/page-title/index.md +++ b/docs/guide/components/page-title/index.md @@ -11,7 +11,7 @@ corresponds with the title property set in the route record's meta field in name: 'login', component: Login, meta: { - title: i18n.t('appPageTitle.login'), + title: i18n.global.t('appPageTitle.login'), }, }, ``` -- cgit v1.2.3