barkey/packages/frontend/src/components/MkMenu.child.stories.ts
Acid Chicken (硫酸鶏) 1dfcca7b9c
build(#10336): init
2023-03-19 22:25:06 +09:00

13 lines
288 B
TypeScript

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