Update button.stories.js

This commit is contained in:
Michael Shilman 2020-04-27 21:56:42 +08:00
parent ff4e1294b4
commit 57fa5dda0d

View File

@ -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;
},