Skip to content

Commit

Permalink
i18n: use legacy mode with composition API enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 26, 2024
1 parent 4d7efa0 commit 6f8ddcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class Core extends Behaviors {
warnHtmlInMessage: 'off',
warnHtmlMessage: 'off',
globalInjection: true,
legacy: false,
allowComposition: true,
legacy: true,
locale: settings.defaultLocale,
fallbackLocale: settings.defaultLocale,
messages: {
Expand Down

0 comments on commit 6f8ddcc

Please sign in to comment.