mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 10:08:35 +00:00
Added Vue and axios to DNS index
Added Vue and axios to DNS index
This commit is contained in:
parent
ff59a86c19
commit
894321fad6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue