devtools icon indicating copy to clipboard operation
devtools copied to clipboard

There are multiple Vue instance, how to debug sub Vue instance??

Open wangzhenxi opened this issue 5 years ago • 6 comments

Version

5.3.3

Browser and OS info

Chrome 81 / Windows 10

Steps to reproduce

I use qiankun frame to create a single-spa project, the main app using Vue, the sub app using Vue too, but the vue-devtools only debug the main app, I can't debug my sub app.

What is expected?

I wanna use vue-devtools to debug my sub app.

What is actually happening?

I use the solution, toggle the debug target to the sub app, the sub app was not appear in vue-devtools.

wangzhenxi avatar May 11 '20 08:05 wangzhenxi