VueJS devtools doesn't detect VueJS
Hello,
I have a Laravel / VueJS application with VueJS installed with vite inside the Laravel application.
VueJS devtools doesn't detect VueJS.
Do you have any idea why ?
Thanks for your help.
V
@MohamedTammam Unfortunately no.
I'm using vite, perhaps is there something specific to do ?
Double check if your envorinment in the ENV file is not set to production.
@gych it is set to development
@vincent15000 Ok, I sometimes have the same issue and what works for me are these steps:
- Go to the website
- Open browser dev tools
- Close browser dev tools
- Hard refresh your browser (Shift + Ctrl + F5)
- Open dev tools
If it still doesn't work after following these steps, try to reinstall the Vue Dev Tools extension and after that repeat the steps.
@gych No it doesn't work, I have tried all what you suggested me.
I still have this message : Vue.js not detected.
vuetools detects vue in laravel when the "npm run dev" command is executed
Please or to participate in this conversation.