build(#10336): separate definitions and generated codes

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-20 16:13:07 +09:00
parent a19c560e7b
commit 6e21147ff6
435 changed files with 3887 additions and 1361 deletions

View File

@@ -5,10 +5,15 @@ const meta = {
component: note,
};
export const Default = {
components: {
note,
render(args, { argTypes }) {
return {
components: {
note,
},
props: Object.keys(argTypes),
template: '<note v-bind="$props" />',
};
},
template: '<note />',
parameters: {
layout: 'fullscreen',
},