generated from thzxcx/vue3
feat: 卡片等组件
This commit is contained in:
13
stories/SearchPicker.stories.ts
Normal file
13
stories/SearchPicker.stories.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import type { Meta, StoryObj } from '@storybook/vue3'
|
||||
import SearchPicker from '../packages/search-picker/index.vue'
|
||||
|
||||
const meta = {
|
||||
title: '某个大类/SearchPicker',
|
||||
component: SearchPicker,
|
||||
tags: ['autodocs'],
|
||||
} satisfies Meta<typeof SearchPicker>
|
||||
export default meta
|
||||
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Base: Story = {}
|
Reference in New Issue
Block a user