performance test
This commit is contained in:
parent
4c6ec1c794
commit
10240faa5c
2 changed files with 10 additions and 3 deletions
1
resources/js/bootstrap.js
vendored
1
resources/js/bootstrap.js
vendored
|
@ -5,6 +5,7 @@
|
|||
import * as bootstrap from 'bootstrap'
|
||||
import * as Popper from '@popperjs/core'
|
||||
// import { Tooltip, Toast, Popover, To } from 'bootstrap';
|
||||
// import 'jquery'
|
||||
window.Popper = Popper
|
||||
import 'bootstrap'
|
||||
|
||||
|
|
|
@ -38,7 +38,13 @@
|
|||
|
||||
|
||||
</style>
|
||||
<link rel="preload" as="script" href="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
@vite(['resources/scss/app.scss'])
|
||||
|
||||
@vite(['resources/js/img.js'])
|
||||
@vite(['resources/js/jqfix.js'])
|
||||
@vite(['resources/js/app.js'])
|
||||
@yield('head')
|
||||
@yield('schema')
|
||||
|
||||
|
@ -79,10 +85,10 @@
|
|||
// {!! Vite::content('resources/js/img.js')!!}
|
||||
</script>
|
||||
{{-- <script type='text/javascript' src='https://code.jquery.com/jquery-3.7.1.min.js'></script> --}}
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
||||
@vite(['resources/js/img.js'])
|
||||
{{-- <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> --}}
|
||||
{{-- @vite(['resources/js/img.js'])
|
||||
@vite(['resources/js/jqfix.js'])
|
||||
@vite(['resources/js/app.js'])
|
||||
@vite(['resources/js/app.js']) --}}
|
||||
@yield('footer')
|
||||
<script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue