From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9b83df5..e4c335a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ <template> - <el-config-provider :locale="locale==='zh'?zhCnEl:enUsEl"> + <el-config-provider :locale="locale === 'zh' ? zhCnEl : enUsEl"> <router-view /> </el-config-provider> </template> -- Gitblit v1.9.3