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 6d86b40 commit 6beab01
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 @@ -69,7 +69,7 @@ public function submit()
{
// Run some long task

$this->js(<<< 'JAVASCRIPT'
$this->js(<<< JAVASCRIPT
let swal = await _import('swal')
swal('Task finished!');
JAVASCRIPT);
Expand Down

0 comments on commit 6beab01

Please sign in to comment.