I'm working on a particular project of mine and apparently something I've done along the way has resulted in Vue devtools saying I have multiple (identical?) apps running. How can I figure out why this is happening?
Asked
Active
Viewed 16 times
-1
-
This totally depends on your case. The obvious explanation is that there are multiple apps indeed, like the script was loaded twice. – Estus Flask Aug 05 '23 at 22:13
-
@EstusFlask Thank you for replying but my question is what steps I should go through to debug this. I don't see that I've loaded the script twice. – Nathan Wailes Aug 07 '23 at 08:03
-
You can check loaded scripts network tab, also put a breakpoint at the place where the app is initialized – Estus Flask Aug 07 '23 at 08:24