We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.2
https://jsfiddle.net/pb32s2p3/6/
Open console (ctrl+shift+i in chrome, for example).
Output in console:
<div></div> <div></div>
<div></div> undefined
If remove 'v-once' or change vue version to 2.4.4 (in 2.5.1 and 2.5.0 bug remains) problem disappears.
Thanks.
The text was updated successfully, but these errors were encountered:
Seems like this have been fixed by #6837
Sorry, something went wrong.
@javoski That's true! I checked with the last version and it's fixed
No branches or pull requests
Version
2.5.2
Reproduction link
https://jsfiddle.net/pb32s2p3/6/
Steps to reproduce
Open console (ctrl+shift+i in chrome, for example).
What is expected?
Output in console:
What is actually happening?
Output in console:
If remove 'v-once' or change vue version to 2.4.4 (in 2.5.1 and 2.5.0 bug remains) problem disappears.
Thanks.
The text was updated successfully, but these errors were encountered: