We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.15.3
<flux:navlist variant="outline"> <flux:navlist.group heading="Platform" class="grid"> <flux:navlist.item icon="home" :href="route('user.dashboard')" :current="request()->routeIs('user.dashboard')" wire:navigate> User Dashboard </flux:navlist.item> </flux:navlist.group> </flux:navlist>
<flux:navlist variant="outline"> <flux:navlist.group heading="Platform" class="grid"> <flux:navlist.item icon="home" :href="route('user.dashboard')" :current="request() - > routeIs('user.dashboard')" wire:navigate> User Dashboard </flux:navlist.item> </flux:navlist.group> </flux:navlist>
The text was updated successfully, but these errors were encountered:
shufo
odense3
No branches or pull requests
Version
1.15.3
Template before formatting
Template after formatting
Expected Behaviour
<flux:navlist variant="outline">
<flux:navlist.group heading="Platform" class="grid">
<flux:navlist.item icon="home" :href="route('user.dashboard')"
:current="request()->routeIs('user.dashboard')" wire:navigate>
User Dashboard
</flux:navlist.item>
</flux:navlist.group>
</flux:navlist>
Relevant log output
The text was updated successfully, but these errors were encountered: