Dito.
+1
@w3code what does dito mean ?
@NikosEfthias It means "me too" - http://dictionary.cambridge.org/dictionary/english/ditto
See https://github.com/vuejs/vue-devtools#vue-devtools - does that help?
No, I followed the instructions, but it still doesn't work.
Well, I just deactivated and activated again, now it works. ;)
I have the extension icon Active (as it have detected Vue on the page), but no "Vue" tab in th development console.. Does it have limitations like.. MacOs, Webpac?
https://www.evernote.com/l/ACgS9fkI2J5D7aQHeCTWm7QWfqxi_yvpTRQ
@mityukov try refreshing the page and reopening the devtools.
Make sure that the extension has access to file:// protocol. You can activate this in the Chrome's extensions management panel -> Type in the URL chrome:extensions and watch for the Vue extension, then there're two checkboxes (one for incognito mode and one for file access). After that load the page again and open the chrome dev tools.
@w3code I use Laravel's Valet for the development, so, the site is not accessed by file:// (I believe..)
But it helped… Thank you!
Most helpful comment
Make sure that the extension has access to file:// protocol. You can activate this in the Chrome's extensions management panel -> Type in the URL
chrome:extensionsand watch for the Vue extension, then there're two checkboxes (one for incognito mode and one for file access). After that load the page again and open the chrome dev tools.