feat(storybook): 组件name
This commit is contained in:
@ -10,4 +10,6 @@ export default meta
|
||||
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Base: Story = {}
|
||||
export const Base: Story = {
|
||||
name: '基本使用',
|
||||
}
|
||||
|
Reference in New Issue
Block a user