wire-elements / wire-extender

Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.
https://wire-elements.dev/blog/embed-livewire-components-using-wire-extender
MIT License
246 stars 9 forks source link

wire:loading not working #11

Closed jason18505 closed 5 months ago

jason18505 commented 5 months ago

I couldn't get wire:loading to work. Just throwing this code into a component...

<div wire:loading>show on click</div>

and it always shows.

Really like this idea. Nice work!

PhiloNL commented 5 months ago

Let me know if it works now 😄

jason18505 commented 5 months ago

Perfect. Thanks for the quick turnaround.

andrepolo commented 5 months ago

I've installed v0.0.6, but it's still doing nothing. The loading div always shows.

jason18505 commented 5 months ago

I've installed v0.0.6, but it's still doing nothing. The loading div always shows.

I had to publish the js file again.

php artisan vendor:publish --tag=wire-extender