Skip to content

Commit 1ca9a19

Browse files
authored
docs(VSlideItem): add missing slot props (#15478)
1 parent b70cde9 commit 1ca9a19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/api-generator/src/maps/v-slide-item.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ module.exports = {
33
slots: [
44
{
55
name: 'default',
6-
props: undefined,
6+
props: {
7+
active: 'boolean',
8+
toggle: 'Function',
9+
},
710
},
811
],
912
},

0 commit comments

Comments
 (0)