devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Transfered doms are scanned by the devtool as apps

Open BrightTan opened this issue 3 years ago • 2 comments

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.

BrightTan avatar May 07 '22 16:05 BrightTan

image just like this

BrightTan avatar May 07 '22 16:05 BrightTan

Please provide an actual reproduction.

LinusBorg avatar Jun 13 '22 12:06 LinusBorg