Skip to content

Commit 7a15144

Browse files
committed
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2 parents a0dab18 + 95b157e commit 7a15144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ import _ from 'lodash';
464464
如果想在一条`import`语句中,同时输入默认方法和其他接口,可以写成下面这样。
465465

466466
```javascript
467-
import _, { each, each as forEach } from 'lodash';
467+
import _, { each, forEach } from 'lodash';
468468
```
469469

470470
对应上面代码的`export`语句如下。

0 commit comments

Comments
 (0)