You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Can you add enableInSFC support inside i18n: {} options?
I guess that this option dont recognize inside i18n options object. To solve I go back to outside, like this in my vue.config.js:
module.exports={// ...pluginOptions: {i18n: {locale: 'en',fallbackLocale: 'en',localeDir: 'i18n/locales/messages',enableInSFC: true// This Doesn't works!},enableInSFC: true// This Works!}}
The text was updated successfully, but these errors were encountered:
Can you add
enableInSFC
support insidei18n: {}
options?I guess that this option dont recognize inside i18n options object. To solve I go back to outside, like this in my
vue.config.js
:The text was updated successfully, but these errors were encountered: