valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
7 stars 4 forks source link

General lighthouse test improvements #359

Open BeneRichi opened 10 months ago

BeneRichi commented 10 months ago

Please add the missing role attribute on the <li> element which is the parent of the <a> in c-tabs.vue

     <li v-for="tab in tabs"
            :key="tab.id"
            :class="b('tab-item')"
            role="tabitem"
        >