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