Active Link #1264
Unanswered
abdosaeedelhassan
asked this question in
Help
Active Link
#1264
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i used preset layout, it contain header with links, when i traverse between pages the active link in layout header not changed only the content of the page, i think this is partial reload and it excellent idea, my question is how can i resolve my problem to reactive layout header link, i tried computed property and Link with attribute
`<Link
:class="
classes +
' hover:custom-underline ' +
{ ' custom-underline': isCurrentPage }
"
:href="route(routeStr)"
:with="['ziggy']"
Beta Was this translation helpful? Give feedback.
All reactions