Skip to content

Vue.js not detected in Chrome & Vivaldi #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
joaumg opened this issue Dec 16, 2016 · 2 comments
Closed

Vue.js not detected in Chrome & Vivaldi #202

joaumg opened this issue Dec 16, 2016 · 2 comments

Comments

@joaumg
Copy link

joaumg commented Dec 16, 2016

Hello, and thanks for helping me out on this one:

I'm using a non-minified version of Vue from cdnjs (I also tried including it with bower, but no joy)
It's a rails app (localhost:3000) so no file://
Vue version 2.1.6, and Vuex 2.0.0
Tested in Chrome and Vivaldi, versions: 53.0.2785.101 and 54.0.2840.100
My OS is 4.8.0-kali-amd64 (Kali Linux)

In both cases vue-devtools only shows up saying Vue.js not detected

Also, is there "any magical key" to also enable Vue-devtools in production (minified) sources?

Thanks 😉

Update 1:

Tested with another application (webpack), which uses (localhost:9000) and it works.

The Vue version of there is 2.0.1 and the Vuex is 2.0.0.

Will continue to debug this.

Update 2:

Downgraded the version on the Rails app, and it still goes undetected. (most likely there is some mistake in the app by now.)

Final update:

Ok, this is an interesting finding.

The Vue components weren't being included, so there was no new Vue or not even no new Vuex.Store in the source code. (and as so, no component to inspect)

Which brings back the production question:

Is there "any magical key" to also enable Vue-devtools in production (minified) sources?
@LinusBorg
Copy link
Member

@joaumg
Copy link
Author

joaumg commented Dec 19, 2016

@LinusBorg thanks ;D 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants