Replies: 1 comment
-
Already fixed in the latest release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When an element is unmounted and mounted back into the DOM (for example using v-if), the v-cloak attribute is put back on it and never gets removed. Tested this with regular Vue as well and it's not an issue there.
Example:
https://codesandbox.io/embed/naughty-lehmann-el5lf
Beta Was this translation helpful? Give feedback.
All reactions