devtools
devtools copied to clipboard
Transfered doms are scanned by the devtool as apps
Version
6.1.4
Browser and OS info
Chrome 101.0.4951.54 / MacOS Monterey 12.3.1
Steps to reproduce
when I moved a dom element to the body of html, and add it to the app list.
What is expected?
There are many UI component frameworks has the usage of transfer dom, could it be recognized and be removed from the app list?
What is actually happening?
vue-devtool scanned the element.__vue__, however it was moved from deeper place.
just like this
Please provide an actual reproduction.