I am putting together a CRUD app using livewire and my issue is with wire:click on the different buttons. I have a create modal come up and the wire:click in that modal works pe
To not confuse Livewire, you should use wire:key on elements in a loop. This also means that you should wrap you HTML in one parent . @foreach ($items as $org) Edit Delete @endforeach https://laravel-livewire.com/docs/2.x/troubleshooting 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
wire:key
. @foreach ($items as $org) Edit Delete @endforeach https://laravel-livewire.com/docs/2.x/troubleshooting 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
@foreach ($items as $org) Edit Delete @endforeach