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
|
||||
</head>
|
||||
<body>
|
||||
@section('body')
|
||||
@section('body')
|
||||
|
||||
<body>
|
||||
<x-toast />
|
||||
<script data-navigate-once>
|
||||
if (!('theme' in localStorage)) {
|
||||
|
|
@ -234,7 +235,7 @@ function copyToClipboard(text) {
|
|||
})
|
||||
});
|
||||
</script>
|
||||
@show
|
||||
</body>
|
||||
</body>
|
||||
@show
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue