Fixed #7221 - Dock: Blocked aria-hidden on an element error
parent
238404aa68
commit
01c488f08e
|
@ -37,7 +37,6 @@
|
||||||
:class="cx('itemLink')"
|
:class="cx('itemLink')"
|
||||||
:target="processedItem.target"
|
:target="processedItem.target"
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
aria-hidden="true"
|
|
||||||
v-bind="getPTOptions('itemLink', processedItem, index)"
|
v-bind="getPTOptions('itemLink', processedItem, index)"
|
||||||
>
|
>
|
||||||
<!-- TODO: icon deprecated since v4.0-->
|
<!-- TODO: icon deprecated since v4.0-->
|
||||||
|
|
Loading…
Reference in New Issue