Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docs
  • Loading branch information
larsrickert committed Jul 16, 2024
commit e75ac8b4da8b838e45731abb073322166624df0c
3 changes: 2 additions & 1 deletion code/renderers/vue3/src/docs/extractArgTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ export const convertVueComponentMetaProp = (
case 'object':
return {
name: 'object',
// Storybook does not generate controls for object properties so we don't need to recursively map the object schema here
// while Storybook generates simple JSON object controls, nested schemas don't have specialized controls
// so we don't need to recursively map the object schema here
value: {},
required,
};
Expand Down