diff --git a/api-generator/components/carousel.js b/api-generator/components/carousel.js
index 7cb397595..18024cec2 100644
--- a/api-generator/components/carousel.js
+++ b/api-generator/components/carousel.js
@@ -121,7 +121,11 @@ const CarouselSlots = [
{
name: 'nexticon',
description: 'Custom next icon template.'
- }
+ },
+ {
+ name: 'empty',
+ description: 'Custom content when there is no data to display.'
+ },
];
module.exports = {
diff --git a/components/lib/carousel/Carousel.vue b/components/lib/carousel/Carousel.vue
index 4a0019af4..314dab9a8 100755
--- a/components/lib/carousel/Carousel.vue
+++ b/components/lib/carousel/Carousel.vue
@@ -4,90 +4,94 @@