feat: 组件
This commit is contained in:
13
stories/SelectTableModal.stories.ts
Normal file
13
stories/SelectTableModal.stories.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import type { Meta, StoryObj } from '@storybook/vue3'
|
||||
import ThSelectTableModal from '../packages/select-table-modal/index.vue'
|
||||
|
||||
const meta = {
|
||||
title: '表单组件/SelectTableModal',
|
||||
component: ThSelectTableModal,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof ThSelectTableModal>
|
||||
export default meta
|
||||
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Base: Story = {}
|
Reference in New Issue
Block a user