mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
docs(module-loader): fix typo
This commit is contained in:
parent
f4030e129d
commit
a066b9a389
@ -292,7 +292,7 @@ Node.js 要求 ES6 模块采用`.mjs`后缀文件名。也就是说,只要脚
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
一旦设置了以后,该目录里面的 JS 脚本,就被解释用 ES6 模块。
|
一旦设置了以后,该项目的 JS 脚本,就被解释成 ES6 模块。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 解释成 ES6 模块
|
# 解释成 ES6 模块
|
||||||
|
Loading…
x
Reference in New Issue
Block a user