From dcdbf124d8f3f57c9e6188ecac71c8dff7e4c56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 27 Feb 2022 12:52:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(App.vue):=20=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E5=88=B7=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6Element=20Plus=E8=AF=AD=E8=A8=80=E6=9C=AA?= =?UTF-8?q?=E8=83=BD=E5=88=87=E6=8D=A2=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.vue b/src/App.vue index 6872ead6..d18a82b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,6 +25,9 @@ watch(language, (value) => { } else { locale.value = zhCn } +}, { + // 初始化立即执行, + immediate: true })