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
$el
2.6.14
codepen.io
Open link,click true then check the console
true
component-a $el as same as it's $vnode's elm when component-c data changes
$vnode
elm
data
compoent-a $el won't change
The text was updated successfully, but these errors were encountered:
fix: fix parent of multi-nested HOC $el not updating (#12757)
e0b26c4
fix #12589
Successfully merging a pull request may close this issue.
Version
2.6.14
Reproduction link
codepen.io
Steps to reproduce
Open link,click
true
then check the consoleWhat is expected?
component-a
$el
as same as it's$vnode
'selm
when component-cdata
changesWhat is actually happening?
compoent-a
$el
won't changeThe text was updated successfully, but these errors were encountered: