build(#10336): init
This commit is contained in:
parent
4a989f7ebb
commit
1dfcca7b9c
437 changed files with 10295 additions and 154 deletions
13
packages/frontend/src/components/MkKeyValue.stories.ts
Normal file
13
packages/frontend/src/components/MkKeyValue.stories.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkKeyValue from './MkKeyValue.vue';
|
||||
const meta = {
|
||||
title: 'components/MkKeyValue',
|
||||
component: MkKeyValue,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkKeyValue,
|
||||
},
|
||||
template: '<MkKeyValue />',
|
||||
};
|
||||
export default meta;
|
||||
Loading…
Add table
Add a link
Reference in a new issue