mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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 {
|
||||
title: 'Button',
|
||||
parameters: {
|
||||
component: Button,
|
||||
},
|
||||
};
|
||||
|
||||
export const rounded = () => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user