diff --git a/src/components/CvTabs/CvTabs.vue b/src/components/CvTabs/CvTabs.vue index d86775549..e14b95abc 100644 --- a/src/components/CvTabs/CvTabs.vue +++ b/src/components/CvTabs/CvTabs.vue @@ -11,14 +11,16 @@ }, ]" role="navigation" - v-bind="$attrs" + :aria-label="attrs['aria-label'] || 'Tabs'" + v-bind="attrsWithoutAriaLabel" @keydown.right.prevent.stop="onRight" @keydown.left.prevent.stop="onLeft" > @@ -11,7 +11,7 @@ exports[`CvTabs CvTabs - test slotted tab buttons to match snapshot 1`] = ` -