How I load js files on livewire component whent it's load

Viewed 24

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.

0 Answers
Related