mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Added Vue and axios to DNS index
Added Vue and axios to DNS index
This commit is contained in:
parent
ff59a86c19
commit
894321fad6
@ -2,6 +2,10 @@
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||
<script src="{{ asset('js/axios.min.js') }}"></script>
|
||||
@endsection
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('DNS') }}
|
||||
|
Loading…
Reference in New Issue
Block a user