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
If you use composer like this:
<div v-for="item in tm('array')">
<span>{{ rt(item, ['Alex']) }}</span>
</div>
It works good on dev, but after generate it ignores additional locale parameters. It won't print 'Alex' on production in static mode.
BTW it works fine if you use Named formatting https://kazupon.github.io/vue-i18n/guide/formatting.html#named-formatting
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Linux, windows or freebsd
Reproduction
https://stackblitz.com/edit/github-at1ynv-hufjge?file=pages%2Findex.vue
Describe the bug
If you use composer like this:
<div v-for="item in tm('array')">
<span>{{ rt(item, ['Alex']) }}</span>
</div>
It works good on dev, but after generate it ignores additional locale parameters. It won't print 'Alex' on production in static mode.
BTW it works fine if you use Named formatting https://kazupon.github.io/vue-i18n/guide/formatting.html#named-formatting
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: