vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Vue-Devtools Toasts: No Vue Component was found #912

Open simultsop opened 5 years ago

simultsop commented 5 years ago

Version

5.0.1

Browser and OS info

Chrome Version 73.0.3683.86 (Official Build) (64-bit), W10 - Build: 18356.16

Steps to reproduce

It happens when I throw an axios request and alter state values through vuex. Screenshot: http://prntscr.com/n2w6ch

What is expected?

Focus Component and load data,methods etc.

What is actually happening?

Doesn't recognize component

Akryum commented 5 years ago

Please provide a minimal runnable reproduction.