
Vue.config.devtools = true in the entry js fileproduction mode62.0.3202.75why not show the Vue devtool pannel always on the chrome devtools tab(like the extension Redux DevTools)
Close the devtools and reopen them
Vue devtools only appear when Vue is detected, that way you can drag it upfront and it will not bother you when developing non-vue apps
thanks worked
Worked...found I have more than 1 dev tool open. Need to close them all for this to work.
Most helpful comment
Close the devtools and reopen them
Vue devtools only appear when Vue is detected, that way you can drag it upfront and it will not bother you when developing non-vue apps