[email protected], [email protected]
https://www.webpackbin.com/bins/-Kv7F4nCE6JXglvqh0WZ
Toggling translation would work.
Toggling V-IF creates V-ELSE translation inside it on top of correct translation
Thank you for your reporting!
I seem that this behavior is bug of vue when used custom directive together with v-else(v-if).
see the small repro link
https://jsfiddle.net/fjfnxq2r/2/
It looks the same. Did you pass it by to Vue repository? Is there a bug reported which I can follow?
This behavior is spec of Vue.
As the workaround, You can use key special attribute.
See the docs