Skip to content

Commit 0100d3f

Browse files
committed
chore: update LinkElementMixin to use wire:navigate attribute
1 parent 0301e11 commit 0100d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Html/Mixins/LinkElementMixin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function link(): mixed
1313
$href = route($route, ...$parameters);
1414

1515
return $this
16-
->navigate()
16+
->attribute('wire:navigate')
1717
->href($href)
1818
->class([
1919
'link',

0 commit comments

Comments
 (0)