omnia-digital/livewire-calendar

drag and drop functionality is not work

Opened this issue · 0 comments

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

`

cal

i cannot drag and drop ( also provide a way to do that in SPA livewire)