1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 07:25:49 +02:00

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: theme_install,
};
export const Default = {
components: {
theme_install,
render(args, { argTypes }) {
return {
components: {
theme_install,
},
props: Object.keys(argTypes),
template: '<theme_install v-bind="$props" />',
};
},
template: '<theme_install />',
parameters: {
layout: 'fullscreen',
},