```md import { Meta, Story } from '@storybook/addon-docs'; import Table from './Table.vue'; export const TableStory = (args, { argTypes }) => ({ components: { Table }, props: Object.keys(argTypes), template: `