fix: Alpine in body layout
This commit is contained in:
parent
7f0094ed55
commit
5e4926ad00
1 changed files with 5 additions and 4 deletions
|
|
@ -43,8 +43,9 @@
|
||||||
|
|
||||||
@endauth
|
@endauth
|
||||||
</head>
|
</head>
|
||||||
<body>
|
@section('body')
|
||||||
@section('body')
|
|
||||||
|
<body>
|
||||||
<x-toast />
|
<x-toast />
|
||||||
<script data-navigate-once>
|
<script data-navigate-once>
|
||||||
if (!('theme' in localStorage)) {
|
if (!('theme' in localStorage)) {
|
||||||
|
|
@ -234,7 +235,7 @@ function copyToClipboard(text) {
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@show
|
</body>
|
||||||
</body>
|
@show
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue