我试图在MDX文件中插入ArgsTable,但它没有显示表。这些组件都是用Litelement开发的。你也遇到过同样的问题吗?
<ArgsTable story="name-story" />发布于 2022-06-30 08:58:57
我认为,如果您想在MDX中使用ArgdTable,您需要这样做:
<Story name="Foo Bar"> ... </Story>
<ArgsTable story="Foo Bar" />
你的故事上有什么名字?
https://stackoverflow.com/questions/72748354
复制相似问题