Fixed #4181 - TabView: ID used in aria-controls does not exist on panel content div

pull/4203/head
Tuğçe Küçükoğlu 2023-07-24 11:06:25 +03:00
parent ccf694131a
commit eb11205e3a
1 changed files with 1 additions and 0 deletions

View File

@ -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"