Search code examples
laravelvue.jsvuejs2laravel-nova

Enable VueJS DevTools for Laravel Nova


I want to inspect the underlying behavior of Laravel Nova(or custom field) and i am trying to enable the devtools. On the top right corner I can see the green icon of VueJS but when i go to the console there is no tab for VueJS

How can i enable it and inspect all the components?

Cheers


Solution

  • By adding Vue.config.devtools = true to MyComponent/resources/js/filed.js, the devtools are available.

    Close the console and open again, Make sure your in dev or watch mode.