mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Update readme
This commit is contained in:
parent
0ecf66e529
commit
f9e946e922
@ -69,17 +69,3 @@ storiesOf("Button", module)
|
|||||||
.addDecorator(backgrounds)
|
.addDecorator(backgrounds)
|
||||||
.add("with text", () => <button>Click me</button>);
|
.add("with text", () => <button>Click me</button>);
|
||||||
```
|
```
|
||||||
|
|
||||||
> In the case of Mithril, use these imports:
|
|
||||||
>
|
|
||||||
> ```js
|
|
||||||
> import { storiesOf } from '@storybook/mithril';
|
|
||||||
> import backgrounds from "@storybook/addon-backgrounds/mithril";
|
|
||||||
> ```
|
|
||||||
|
|
||||||
> In the case of Vue, use these imports:
|
|
||||||
>
|
|
||||||
> ```js
|
|
||||||
> import { storiesOf } from '@storybook/vue';
|
|
||||||
> import backgrounds from "@storybook/addon-backgrounds/vue";
|
|
||||||
> ```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user