Chrome extension vue-devtools not detecting Vue
I found this simple workaround:
- right click the Vue icon and click
Manage extensions
- Scroll down and enable
Allow access to file URLs
- Restart your Chrome, and you'll be good.
NOTE: You might need to turn on debug mode by adding this line at the beginning of your script
Vue.config.devtools = true;
If using Vue 3, you need the new version of the extension that is currently still in beta https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg?hl=en