diff --git a/components/molecules/VCarouselControls/Default.stories.vue b/components/molecules/VCarouselControls/Default.stories.vue index 88c0ed40..28519b6a 100644 --- a/components/molecules/VCarouselControls/Default.stories.vue +++ b/components/molecules/VCarouselControls/Default.stories.vue @@ -5,10 +5,17 @@ const index = ref(0) diff --git a/components/molecules/VCarouselControls/VCarouselControls.vue b/components/molecules/VCarouselControls/VCarouselControls.vue index 93f82e2f..a0afb3df 100644 --- a/components/molecules/VCarouselControls/VCarouselControls.vue +++ b/components/molecules/VCarouselControls/VCarouselControls.vue @@ -40,7 +40,11 @@ function formatValue(n: number) { -
+
{{ formatValue(index) }} / {{ formatValue(length - 1) }}