mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
Fixed Spelling Error
This commit is contained in:
parent
abd4f0ef69
commit
172d6279b5
@ -86,7 +86,7 @@ function loadStories() {
|
||||
configure(loadStories, module);
|
||||
```
|
||||
|
||||
This example registered your custom `Button.vue` component, installed the Vuex plugin, and loaded you Storybook stories defined in `../stories/index.js`.
|
||||
This example registered your custom `Button.vue` component, installed the Vuex plugin, and loaded your Storybook stories defined in `../stories/index.js`.
|
||||
|
||||
All custom components and Vue plugins should be registered before calling `configure()`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user