How I load js files on livewire components when the components load. I use like this on my livewire components bellow
@push('scripts')
<script src="{{url('/')}}/assets/js/bootstrap.bundle.min.js"></script>
@endpush
But it's not load when the component is loaded.