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
When using object literal notation in v-translate directive, like <span v-translate="{name: 'John'}">Hello %{name}</span>
every re-render triggered by some reactive changes causes innerHTML re-rendering.
This creates a problem with text selection for example.
The text was updated successfully, but these errors were encountered:
Steps to reproduce: https://codepen.io/majesticcpan/pen/wvByzad
When using object literal notation in v-translate directive, like
<span v-translate="{name: 'John'}">Hello %{name}</span>
every re-render triggered by some reactive changes causes innerHTML re-rendering.
This creates a problem with text selection for example.
The text was updated successfully, but these errors were encountered: