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
It's up to the developper to add a key attribute manually for such cases. You can read about Vue rendering mechanism here.
You can also tell the plugin to generate key attributes automatically by enabling the autoAddKeyAttributes config option introduced in v2.1.0, but it can lead to another set of problems.
When using v-translate in combination with v-if, reactivity is lost.
This jsfiddle demonstrates the problem:
http://jsfiddle.net/eywraw8t/429637/
When clicking the buttons at the top you will see that the bottom label (that uses v-translate) is not reactive.
Lowering the version of vue-gettext to 2.0.31 fixes the problem: http://jsfiddle.net/eywraw8t/429660/
The text was updated successfully, but these errors were encountered: