Open BeneRichi opened 10 months ago
Please add the missing role attribute on the <li> element which is the parent of the <a> in c-tabs.vue
role
<li>
<a>
<li v-for="tab in tabs" :key="tab.id" :class="b('tab-item')" role="tabitem" >
Please add the missing
role
attribute on the<li>
element which is the parent of the<a>
in c-tabs.vue