From 5a1a51fde38d1b44471e6d88ec715d3a57eaa40c Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Fri, 1 Mar 2024 09:59:50 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(fix):=20#1630=20make=20the=20in?= =?UTF-8?q?stall=20function=20synchronous=20to=20be=20aligned=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 12b8773bcbfa4b16a962a983694d6588cf9b8429. --- packages/vue-i18n-core/src/i18n.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/vue-i18n-core/src/i18n.ts b/packages/vue-i18n-core/src/i18n.ts index 0500d9332..5750c2284 100644 --- a/packages/vue-i18n-core/src/i18n.ts +++ b/packages/vue-i18n-core/src/i18n.ts @@ -681,8 +681,6 @@ export function createI18n(options: any = {}, VueI18nLegacy?: any): any { // @internal __deleteInstance } - // make the install function synchronous to be aligned with the Vue Plugin interface - i18n.install = (...args) => i18n.install(...args) return i18n } else { // extend legacy VueI18n instance