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/>
|
<x-header/>
|
||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
</div>
|
</div>
|
||||||
|
@livewireScriptConfig
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,6 @@
|
||||||
<x-head/>
|
<x-head/>
|
||||||
<body class="bg-blue-600">
|
<body class="bg-blue-600">
|
||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
|
@livewireScriptConfig
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue