Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 21, 2024
1 parent 880d243 commit 6d86b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/laravel-livewire.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We know this is a huge shortcoming. We hope to add full `@script` support as soo

## Invoking Bundle from Livewire method calls 🤯

Bundle works with Livewire's [backend one-off JavaScript expressions](https://livewire.laravel.com/docs/actions#evaluating-one-off-javascript-expressions). This sweet feature can be combined with Bundle imports to for example, show a sweetalert after a longer running action finished.
Bundle works with Livewire's [one-off JavaScript expressions](https://livewire.laravel.com/docs/actions#evaluating-one-off-javascript-expressions). This sweet feature can be combined with Bundle imports to for example, show a sweetalert after a longer running action finished.

```html
<x-import module="sweetalert" as="swal" />
Expand Down

0 comments on commit 6d86b40

Please sign in to comment.