Add button component parameter

This commit is contained in:
Michael Shilman 2019-07-01 16:32:25 +08:00
parent 6146b9afb0
commit c91d8d4281

View File

@ -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 = () => ({