mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
Merge pull request #19641 from raptor0929/patch-1
Fix broken link in docs-page
This commit is contained in:
commit
a07522ca71
@ -200,6 +200,6 @@ Here’s an example of how to render Vue stories inline. The following docs conf
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
With this function, anyone using the docs addon for [@storybook/vue](https://github.com/storybookjs/storybook/tree/master/frameworks/vue-webpack5) can make their stories render inline, either globally with the inlineStories docs parameter, or on a per-story-basis using the inline prop on the `<Story>` doc block.
|
||||
With this function, anyone using the docs addon for [@storybook/vue](https://github.com/storybookjs/storybook/blob/next/code/frameworks/vue-webpack5/README.md) can make their stories render inline, either globally with the inlineStories docs parameter, or on a per-story-basis using the inline prop on the `<Story>` doc block.
|
||||
|
||||
If you come up with an elegant and flexible implementation for the `prepareForInline` function for your framework, let us know. We'd love to make it the default configuration to make inline stories more accessible for a larger variety of frameworks!
|
||||
|
Loading…
x
Reference in New Issue
Block a user