Not detected my <script src="https://cdn.jsdelivr.net/npm/vue"></script>
Also https://v2.vuejs.org/v2/examples/commits.html have <script src="/js/vue.js"></script> and when click Vue icon at Chorme say "Vue.js not detected"
PS: using extension described here and supposing the github.com/vuejs/vue-devtools.
EDIT: the installation say nothing, but you must to close and reopen Chorme.
Well, after it a new problem, now the on-click-VueIcon message is
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
chrome-extension://<hash>/app.html, results inVue.config.devtoolsbeing true, butdevetoolsis undefined, resulting in this message on every reload: ``` Download the Vue Devtools extension for a better development experience: github.com/vuejs/vue-devtools ``` The Vue devtools button is grayed ut, and says "Vue.js not detected" when clicking it. Reloading Chrome has no effect. And I'm creating a Vue instance.