I had a similar issue and the problem was I had multiple versions of Vue Devtools installed. Once I removed the older versions and just used the latest one, Vue Devtools was showing up correctly.
Oct 22, 2022
3
Level 10
How can I enable Vue Devtools in Laravel 9/Jetstream/Intertia
Hey guys,
On a fresh installation of Laravel 9 + Jetstream and the Inertia stack, I need to be able to inspect the Vue components in the browser. As it turns out, the Vue.JS devtools won't show up because, apparently, the browser addon thinks the application is in production mode, even though I'm issuing the npm run dev command to compile the JS assets.
How can I enable the development mode for Vue?
Thanks!
Please or to participate in this conversation.