tuandm / laravue

Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
https://laravue.dev
MIT License
2.21k stars 654 forks source link

the code of vue changed but the page not change #301

Closed DamonSnow closed 3 years ago

DamonSnow commented 3 years ago

image npm run watch is worked. but when i change the code of vue, like that I add a column 'avatar' in [views/users/List.vue]. image after auto reload, the page does not change. image

MarcosGit commented 3 years ago

Hi, DamonSnow, try this php artisan view:clear php artisan cache:clear

yjy1200 commented 3 years ago

ctrl + F5

DamonSnow commented 3 years ago

i try this, and it's work npm run watch-poll