devtools
devtools copied to clipboard
There are multiple Vue instance, how to debug sub Vue instance??
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.