You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I tried using SPA in livewire but couldn't do so , So I tried including the livewire as component in to a simple blade file which has a controller returning just the view
(PS: i've already installed tailwind css)
So I tried using SPA in livewire but couldn't do so , So I tried including the livewire as component in to a simple blade file which has a controller returning just the view
(PS: i've already installed tailwind css)
this is how my index.blade.php looks like
`
@Vite('resources/css/app.css')
@livewireStyles
<livewire:calsec />
@livewireScripts
@livewireCalendarScripts
i cannot drag and drop ( also provide a way to do that in SPA livewire)
The text was updated successfully, but these errors were encountered: