DOCS vue guide: make it readable

This commit is contained in:
elevatebart 2019-04-24 09:09:11 -05:00
parent e170d4164d
commit 45e7b4bf3d

View File

@ -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', () => ({