an.leclerc's avatar

Dispatch between livewire component and Volt component

Hi,

I've set up a dispatch on my code,but it's not working. What I'm doing wrong ?

In my livewire component I have :

$this->dispatch("document-uploaded.{$this->dossier->id}");

and in my volt component :

But parameters "uploaded" and "total" are not updated .

Anybody have an idea ?

0 likes
1 reply

Please or to participate in this conversation.