Fixed #4181 - TabView: ID used in aria-controls does not exist on panel content div
parent
ccf694131a
commit
eb11205e3a
|
@ -74,6 +74,7 @@
|
|||
<div
|
||||
v-if="lazy ? isTabActive(index) : true"
|
||||
v-show="lazy ? true : isTabActive(index)"
|
||||
:id="getTabContentId(index)"
|
||||
:style="getTabProp(tab, 'contentStyle')"
|
||||
:class="cx('tab.content', { tab })"
|
||||
role="tabpanel"
|
||||
|
|
Loading…
Reference in New Issue