vue icon indicating copy to clipboard operation
vue copied to clipboard

`$el` in nested HOC won't change when the child component's root element changes

Open twodogwang opened this issue 2 years ago • 0 comments

Version

2.6.14

Reproduction link

codepen.io

Steps to reproduce

Open link,click true then check the console

What is expected?

component-a $el as same as it's $vnode's elm when component-c data changes

What is actually happening?

compoent-a $el won't change

twodogwang avatar Jun 29 '22 15:06 twodogwang