From c970e7bee176d250c795f8147b5ef2e394b29f2a Mon Sep 17 00:00:00 2001 From: wyl86 Date: Wed, 19 Jun 2024 12:11:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E4=BF=AE=E5=A4=8D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复微信小程序 tabbar 的 text 和导航栏标题的国际化问题 --- src/App.vue | 17 +++++++++++++++++ src/pages/about/i18n.vue | 10 ++++++++++ 2 files changed, 27 insertions(+) diff --git a/src/App.vue b/src/App.vue index d0dface..e260e54 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,25 @@