feat: add livewire style dan config di studio tempate
This commit is contained in:
parent
102114ea0f
commit
7c55263a98
@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ $title }} | {{ config('app.name') }}</title>
|
<title>{{ $title }} | {{ config('app.name') }}</title>
|
||||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||||
|
@livewireStyles
|
||||||
@fluxAppearance
|
@fluxAppearance
|
||||||
<link rel="icon" type="image/png" href="{{ asset('assets/images/logo.png') }}">
|
<link rel="icon" type="image/png" href="{{ asset('assets/images/logo.png') }}">
|
||||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||||
@ -23,6 +24,7 @@
|
|||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
|
|
||||||
@fluxScripts
|
@fluxScripts
|
||||||
|
@livewireScriptConfig
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener('livewire:navigated', () => {
|
document.addEventListener('livewire:navigated', () => {
|
||||||
Notification.requestPermission().then((permission) => {
|
Notification.requestPermission().then((permission) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user