mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
Update module.md
拼写错误
This commit is contained in:
parent
329edc0711
commit
a6ece9cfa3
@ -451,7 +451,7 @@ export { foo, bar } from 'my_module';
|
||||
|
||||
// 等同于
|
||||
import { foo, bar } from 'my_module';
|
||||
export { foo, boo};
|
||||
export { foo, bar };
|
||||
```
|
||||
|
||||
上面代码中,`export`和`import`语句可以结合在一起,写成一行。
|
||||
|
Loading…
x
Reference in New Issue
Block a user