Skip to content

Commit

Permalink
Merge pull request #9440 from ludo237/patch-3
Browse files Browse the repository at this point in the history
Add missing `=` on module export
  • Loading branch information
shilman authored Jan 14, 2020
2 parents a1224b3 + 241cd54 commit a07bf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-vue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For a basic Storybook configuration, the only thing you need to do is tell Story
To do that, create a file at `.storybook/main.js` with the following content:

```js
module.exports {
module.exports = {
stories: ['../src/**/*.stories.[tj]s'],
};
```
Expand Down

1 comment on commit a07bf12

@vercel
Copy link

@vercel vercel bot commented on a07bf12 Jan 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.