mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Add button component parameter
This commit is contained in:
parent
6146b9afb0
commit
c91d8d4281
@ -1,5 +1,10 @@
|
|||||||
|
import Button from '../Button.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Button',
|
title: 'Button',
|
||||||
|
parameters: {
|
||||||
|
component: Button,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const rounded = () => ({
|
export const rounded = () => ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user