tuandm/laravue

the code of vue changed but the page not change

DamonSnow opened this issue · 3 comments

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

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

ctrl + F5

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