mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 08:01:54 +08:00
Update code/renderers/vue3/template/cli/ts-3-8/Button.stories.ts
Co-authored-by: Yann Braga <yannbf@gmail.com>
This commit is contained in:
parent
bdf758d396
commit
18ce80bc8d
@ -12,7 +12,10 @@ const meta: Meta<typeof Button> = {
|
||||
size: { control: 'select', options: ['small', 'medium', 'large'] },
|
||||
backgroundColor: { control: 'color' },
|
||||
},
|
||||
args: { primary: false, onClick: fn() }, // default value
|
||||
args: {
|
||||
primary: false,
|
||||
onClick: fn()
|
||||
},
|
||||
};
|
||||
|
||||
export default meta;
|
||||
|
Loading…
x
Reference in New Issue
Block a user