mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Inject alpine on label engine page
This commit is contained in:
parent
99439f0a5c
commit
b2a0e7958b
|
@ -426,3 +426,8 @@
|
||||||
{{Form::close()}}
|
{{Form::close()}}
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
@push('js')
|
||||||
|
{{-- Can't use @script here because we're not in a livewire component so let's manually load --}}
|
||||||
|
@livewireScripts
|
||||||
|
@endpush
|
||||||
|
|
Loading…
Reference in a new issue