feat: 下载组件
This commit is contained in:
15
stories/DownloadLink.stories.ts
Normal file
15
stories/DownloadLink.stories.ts
Normal file
@ -0,0 +1,15 @@
|
||||
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<typeof ThDownloadLink>
|
||||
export default meta
|
||||
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Base: Story = {
|
||||
name: '基本使用',
|
||||
}
|
Reference in New Issue
Block a user