Added secondary menu test

This commit is contained in:
Alexis
2023-05-10 23:22:14 +02:00
parent 66c7ac1fca
commit f95e591585
5 changed files with 40 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ function handleInactiveState() {
>
<YrhButton
has-square
:href="item.href"
:has-arrow="item.id === clickedKey ? 'force' : true"
:is-active="item.id === clickedKey"
@mouseenter="handleActiveBtn($event, item)"