build(#10336): separate definitions and generated codes
This commit is contained in:
parent
a19c560e7b
commit
6e21147ff6
435 changed files with 3887 additions and 1361 deletions
|
|
@ -5,10 +5,15 @@ const meta = {
|
|||
component: MkDonation,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkDonation,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
MkDonation,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<MkDonation v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<MkDonation />',
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue