mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
14 lines
258 B
TypeScript
14 lines
258 B
TypeScript
![]() |
import { Meta, Story } from '@storybook/vue3';
|
||
|
import MkInput from './MkInput.vue';
|
||
|
const meta = {
|
||
|
title: 'components/MkInput',
|
||
|
component: MkInput,
|
||
|
};
|
||
|
export const Default = {
|
||
|
components: {
|
||
|
MkInput,
|
||
|
},
|
||
|
template: '<MkInput />',
|
||
|
};
|
||
|
export default meta;
|