drag and drop functionality is not work
Opened this issue · 0 comments
shadmanshaikh commented
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