Answer the question
In order to leave comments, you need to log in
vue devtool not working in google chrome?
Issues with vue.js in laravel. I can’t see what’s going on at all, because vue devtool is not working. I did Vue.config.devtool = true, I'm also in development mode, that is, APP_ENV=local. Help
Answer the question
In order to leave comments, you need to log in
Are you using an unminified version of vue.js by any chance?
Or if you're using webpack, aren't you doing npm run prod ?
If without webpack then vue.js 2 should be from here https://vuejs.org/js/vue.js
If with webpack (built into laravel mix) then make sure you do npm run dev, or npm run watch.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question