From d710c31d48572ccbd289970d4b14aa9a6f1003c0 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 6 Mar 2022 13:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BF=BB=E8=AF=91=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=AF=BC=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/plugins/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/plugins/i18n.js b/src/renderer/plugins/i18n.js index 66586402..09965a01 100644 --- a/src/renderer/plugins/i18n.js +++ b/src/renderer/plugins/i18n.js @@ -14,6 +14,7 @@ import { messages } from '@/lang' const i18n = createI18n({ locale: 'zh-cn', fallbackLocale: 'zh-cn', + allowComposition: true, messages, })