You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow this step in the Laravel guide I end up with an inconsistent style from demo.
To fix it, I keep the existing style
<component
:is="item.route ? Link : 'a'"
:href="itemHref"
:target="item.target ?? null"
class="flex cursor-pointer"
:class="componentClass" <<<--- needs to stay like this not ':class="activeInactiveStyle"' as in the guide
@click="menuClick"
>
The text was updated successfully, but these errors were encountered:
When I follow this step in the Laravel guide I end up with an inconsistent style from demo.
To fix it, I keep the existing style
The text was updated successfully, but these errors were encountered: