fixed livewire script tags
This commit is contained in:
parent
69656c458a
commit
c0f2211f58
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<x-header/>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
@livewireScriptConfig
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
<x-head/>
|
||||
<body class="bg-blue-600">
|
||||
{{ $slot }}
|
||||
@livewireScriptConfig
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue