```md import { Meta, Story } from '@storybook/addon-docs'; import Table from './Table.vue'; ({ components: { Table }, setup() { return { args }; }, template: ` {{ data[idx1][idx2] }} `, })} /> ```