2.0.1-beta
Pre-release
Pre-release
- The old component name is being deprecated. Replace
@livewire('livewire-ui-modal')
with@livewire('wire-elements-modal')
arguments
is the named property to pass arguments to your modal, for example:
$dispatch('openModal', {component: 'edit-user', arguments: {user: 5}})