This commit is contained in:
spencerrlongg 2023-12-11 18:43:46 -06:00
parent 65cbba3c2e
commit b01d53a247

View file

@ -23,9 +23,4 @@
@stop @stop
@section('moar_scripts') @section('moar_scripts')
<script nonce="{{ csrf_token() }}">
new Vue({
el: "#app",
});
</script>
@endsection @endsection