```md import { Meta } from '@storybook/addon-docs'; import YourComponent from './YourComponent.vue'; ({ template: '
', }), ]} /> ```