mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 06:31:47 +08:00
update docs
This commit is contained in:
parent
ebe47fff6e
commit
e75ac8b4da
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user