yumechi-no-kuni/packages/frontend/src/components/MkFlashPreview.stories.ts
Acid Chicken (硫酸鶏) 1dfcca7b9c
build(): init
2023-03-19 22:25:06 +09:00

13 lines
300 B
TypeScript

import { Meta, Story } from '@storybook/vue3';
import MkFlashPreview from './MkFlashPreview.vue';
const meta = {
title: 'components/MkFlashPreview',
component: MkFlashPreview,
};
export const Default = {
components: {
MkFlashPreview,
},
template: '<MkFlashPreview />',
};
export default meta;