From f74d08248e482e33a0183647ff49b86b97313a37 Mon Sep 17 00:00:00 2001 From: chenghongxing <1126263215@qq.com> Date: Sun, 22 Nov 2020 16:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=97=B6=E6=B5=8F=E8=A7=88=E5=99=A8=E9=A1=B5?= =?UTF-8?q?=E7=AD=BE=E6=A0=87=E9=A2=98=E8=AF=AD=E8=A8=80=E4=B8=8D=E6=94=B9?= =?UTF-8?q?=E5=8F=98=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B:bug:=20fix:=20the?= =?UTF-8?q?=20problem=20that=20the=20title=20language=20of=20the=20browser?= =?UTF-8?q?=20tab=20does=20not=20change=20when=20switching=20languages;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 925dab1..a91c4ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,6 +31,7 @@ export default { }, lang(val) { this.setLanguage(val) + this.setHtmlTitle() }, $route() { this.setHtmlTitle()