Skip to content

Commit d4dddec

Browse files
authored
Revert "chore(fix): #1630 make the install function synchronous to be aligned…" (#1752)
This reverts commit 12b8773.
1 parent 12b8773 commit d4dddec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vue-i18n-core/src/i18n.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,6 @@ export function createI18n(options: any = {}, VueI18nLegacy?: any): any {
681681
// @internal
682682
__deleteInstance
683683
}
684-
// make the install function synchronous to be aligned with the Vue Plugin interface
685-
i18n.install = (...args) => i18n.install(...args)
686684
return i18n
687685
} else {
688686
// extend legacy VueI18n instance

0 commit comments

Comments
 (0)