Commit c9c23e1
authored
Have as=a for Responsive Nav Link (#1543)
This why like DropdownLink we can link to non inertia pages for example
```
<ResponsiveNavLink
as="a"
:href="route('filament.admin.pages.dashboard')" :active="route().current('filament.admin.pages.dashboard')">
Admin Area
</ResponsiveNavLink>
```1 parent 2b724e1 commit c9c23e1
File tree
1 file changed
+4
-0
lines changed- stubs/inertia/resources/js/Components
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments