diff --git a/src/runtime/components/elements/Carousel.vue b/src/runtime/components/elements/Carousel.vue
index ac9517190e..b8e00abc23 100644
--- a/src/runtime/components/elements/Carousel.vue
+++ b/src/runtime/components/elements/Carousel.vue
@@ -5,6 +5,7 @@
v-for="(item, index) in items"
:key="index"
:class="ui.item"
+ :role="indicators ? 'tabpanel' : null"
>