Back

/ 1 min read

Nested Shorthand

Now in Livewire 3

// Beore ❌
<livewire:index-item :post="post" />
// After ✅
<livewire:index-item :$post />