forked from mirrors/misskey
build(#10336): impl SatisfiesExpression
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import { Meta, StoryObj } from '@storybook/vue3';
|
||||
import flash_edit from './flash-edit.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash-edit',
|
||||
component: flash_edit,
|
||||
};
|
||||
} satisfies Meta<typeof flash_edit>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
@@ -17,5 +17,5 @@ export const Default = {
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof flash_edit>;
|
||||
export default meta;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import { Meta, StoryObj } from '@storybook/vue3';
|
||||
import flash_index from './flash-index.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash-index',
|
||||
component: flash_index,
|
||||
};
|
||||
} satisfies Meta<typeof flash_index>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
@@ -17,5 +17,5 @@ export const Default = {
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof flash_index>;
|
||||
export default meta;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import { Meta, StoryObj } from '@storybook/vue3';
|
||||
import flash from './flash.vue';
|
||||
const meta = {
|
||||
title: 'pages/flash/flash',
|
||||
component: flash,
|
||||
};
|
||||
} satisfies Meta<typeof flash>;
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
@@ -17,5 +17,5 @@ export const Default = {
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
},
|
||||
};
|
||||
} satisfies StoryObj<typeof flash>;
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user