import type { Meta, StoryObj } from '@storybook/vue3' import ThDownloadLink from '../packages/download-link/index.vue' const meta = { title: '数据展示/DownloadLink', component: ThDownloadLink, tags: ['autodocs'], } satisfies Meta export default meta type Story = StoryObj export const Base: Story = { name: '基本使用', }