Commit 48be02629c3b12bdcaf68cdd4b4795e1442450a0
1 parent
e538fb83
fix: 调整模板
Showing
1 changed file
with
1 additions
and
1 deletions
stories/index.stories.ts
... | ... | @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react"; |
3 | 3 | import <feewee></feewee> from '../index'; |
4 | 4 | |
5 | 5 | const meta: Meta<typeof <feewee></feewee>> = { |
6 | - title: "H5-Common/Componet/<feewee></feewee>", | |
6 | + title: "<feewee></feewee>", | |
7 | 7 | component: <feewee></feewee>, |
8 | 8 | tags: ["autodocs"], |
9 | 9 | parameters: { | ... | ... |