Skip to content

Commit

Permalink
Merge pull request #108 from linct96/master
Browse files Browse the repository at this point in the history
docs(cn): fix typo
  • Loading branch information
iDestin authored Jan 5, 2024
2 parents 9a62905 + 11d211c commit d4ece0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ const hello = require('your-lib').hello;
const { hello } = require('your-lib');
```

问题是,如果你使用 `named` 导出,但 _也_ 会有一个 `default` 导出,用户将不得不类似这样做来使用默认到处
问题是,如果你使用 `named` 导出,但 _也_ 会有一个 `default` 导出,用户将不得不类似这样做来使用默认导出

```js
// your-lib 包入口
Expand Down

1 comment on commit d4ece0b

@vercel
Copy link

@vercel vercel bot commented on d4ece0b Jan 5, 2024

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.