From 5db3ce773793d06fa17336aca42470d2aae93fb8 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期二, 01 十二月 2020 20:59:17 +0800
Subject: [PATCH] refactor: add loading component and demo

---
 src/setup/i18n/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/setup/i18n/index.ts b/src/setup/i18n/index.ts
index 90fb27f..8d704b1 100644
--- a/src/setup/i18n/index.ts
+++ b/src/setup/i18n/index.ts
@@ -15,7 +15,8 @@
   messages: localeMessages,
   availableLocales: availableLocales,
   sync: true, //If you don鈥檛 want to inherit locale from global scope, you need to set sync of i18n component option to false.
-  silentTranslationWarn: false, // true - warning off
+  silentTranslationWarn: true, // true - warning off
+  missingWarn: false,
   silentFallbackWarn: true,
 };
 

--
Gitblit v1.8.0