Bersihkan cache laravel dan hapus vue

I had the same problem and to solve it add version where you include your vue frontend file,do it like this it will never cache again:

<script src="{{ asset('js/app.js?version='.date("ymdhis").'') }}"></script>
Kaddu Livingstone