```md import { Meta, Story } from '@storybook/addon-docs'; import Button from './Button.vue'; ({ components: { Button }, setup() { return { args }; }, template: '