Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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> ```
- Loading branch information