fix: typo
This commit is contained in:
parent
ca7d2081a2
commit
2ec608fdba
3 changed files with 6 additions and 6 deletions
|
|
@ -1,21 +0,0 @@
|
|||
import { Meta, Story } from '@storybook/vue3';
|
||||
import MkYoutubePlayer from './MkYoutubePlayer.vue';
|
||||
const meta = {
|
||||
title: 'components/MkYoutubePlayer',
|
||||
component: MkYoutubePlayer,
|
||||
};
|
||||
export const Default = {
|
||||
render(args, { argTypes }) {
|
||||
return {
|
||||
components: {
|
||||
MkYoutubePlayer,
|
||||
},
|
||||
props: Object.keys(argTypes),
|
||||
template: '<MkYoutubePlayer v-bind="$props" />',
|
||||
};
|
||||
},
|
||||
parameters: {
|
||||
layout: 'centered',
|
||||
},
|
||||
};
|
||||
export default meta;
|
||||
Loading…
Add table
Add a link
Reference in a new issue