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')
|
@section('style')
|
||||||
<x-modal-style></x-modal-style>
|
<x-modal-style></x-modal-style>
|
||||||
@endsection
|
@endsection
|
||||||
|
@section('scripts')
|
||||||
|
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||||
|
<script src="{{ asset('js/axios.min.js') }}"></script>
|
||||||
|
@endsection
|
||||||
<x-app-layout>
|
<x-app-layout>
|
||||||
<x-slot name="header">
|
<x-slot name="header">
|
||||||
{{ __('DNS') }}
|
{{ __('DNS') }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user