feat(storybook): 组件name

This commit is contained in:
2023-07-21 01:07:48 +08:00
parent 80f2750dea
commit c628d7de06
6 changed files with 17 additions and 7 deletions

View File

@ -10,4 +10,6 @@ export default meta
type Story = StoryObj<typeof meta>
export const Base: Story = {}
export const Base: Story = {
name: '基本使用',
}