mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
Update button.stories.js
This commit is contained in:
parent
ff4e1294b4
commit
57fa5dda0d
@ -7,7 +7,7 @@ export default {
|
||||
|
||||
export const Rounded = (args) => ({
|
||||
components: { MyButton },
|
||||
template: '<my-button :rounded="rounded">A Button with rounded edges</my-button>',
|
||||
template: '<my-button :color="color" :rounded="rounded">A Button with rounded edges</my-button>',
|
||||
data() {
|
||||
return args;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user