import { Meta, Story } from '@storybook/vue3'; import MkImgWithBlurhash from './MkImgWithBlurhash.vue'; const meta = { title: 'components/MkImgWithBlurhash', component: MkImgWithBlurhash, }; export const Default = { components: { MkImgWithBlurhash, }, template: '', parameters: { layout: 'centered', }, }; export default meta;