Skip to content

Commit

Permalink
docs(VSlideItem): add missing slot props (#15478)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 4, 2022
1 parent b70cde9 commit 1ca9a19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/api-generator/src/maps/v-slide-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ module.exports = {
slots: [
{
name: 'default',
props: undefined,
props: {
active: 'boolean',
toggle: 'Function',
},
},
],
},
Expand Down

0 comments on commit 1ca9a19

Please sign in to comment.