[Vuejs]-Laravel vue page is not loading and is pending in the network tab

0👍

I’m not sure but maybe if u re-install npm in VueJS?

another idea maybe is clear the cahe in vue and laravel terminal and test again!

php artisan cache:clear
php artisan config:clear

and try to check the log file for laravel and vuejs

Leave a comment