mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 05:44:12 +02:00
build(#10336): separate definitions and generated codes
This commit is contained in:
@@ -5,10 +5,15 @@ const meta = {
|
||||
component: MkLoading,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkLoading,
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
MkLoading,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<MkLoading v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
template: '<MkLoading />',
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user