mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:21:59 +08:00
DOCS vue guide: make it readable
This commit is contained in:
parent
e170d4164d
commit
45e7b4bf3d
@ -167,7 +167,7 @@ Button
|
||||
> Here are two other ways to use components in your stories without globally registering them.
|
||||
>
|
||||
> - register components locally in the "components" member of the vue component object. See the story "as a component" above.
|
||||
> - use a JSX render function like below, no need to register anything then.
|
||||
> - use a JSX render function like below. No need to register anything.
|
||||
>
|
||||
> ```jsx
|
||||
> .add('with text', () => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user