```md import { Meta, Story } from '@storybook/addon-docs'; import Page from './Page.vue'; Built with Storybook`, }} render={(args, { argTypes }) => ({ props: Object.keys(argTypes), components: { Page }, template: ` `, })} /> ```