build(#10336): init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkFileCaptionEditWindow from './MkFileCaptionEditWindow.vue';
|
||||
const meta = {
|
||||
title: 'components/MkFileCaptionEditWindow',
|
||||
component: MkFileCaptionEditWindow,
|
||||
};
|
||||
export const Default = {
|
||||
components: {
|
||||
MkFileCaptionEditWindow,
|
||||
},
|
||||
template: '<MkFileCaptionEditWindow />',
|
||||
};
|
||||
export default meta;
|
Reference in New Issue
Block a user