From caf25c0d6164267249270b0c708001ada796188d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Mon, 17 Jun 2024 17:23:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20i18n=E6=A8=A1=E6=9D=BF=E8=A6=81?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=20vue-i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/postupgrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postupgrade.js b/scripts/postupgrade.js index 05b8849..b4e67f6 100644 --- a/scripts/postupgrade.js +++ b/scripts/postupgrade.js @@ -19,7 +19,7 @@ const dependencies = [ '@dcloudio/uni-mp-xhs', '@dcloudio/uni-quickapp-webview', // i18n模板要注释掉下面的 - 'vue-i18n', + // 'vue-i18n', ] // 使用exec执行命令