Skip to content

Commit

Permalink
Revert "chore(fix): #1630 make the install function synchronous to be…
Browse files Browse the repository at this point in the history
… aligned…" (#1752)

This reverts commit 12b8773.
  • Loading branch information
kazupon authored Mar 1, 2024
1 parent 12b8773 commit d4dddec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vue-i18n-core/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4dddec

Please sign in to comment.