From 0f0408563d62973ce89c812aeee7eea4a9e569b7 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Thu, 12 Oct 2017 17:53:32 +0800 Subject: [PATCH] =?UTF-8?q?docs(module-loader):=20=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=A8=A1=E5=9D=97=E7=9A=84=E5=8A=A0=E8=BD=BD=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/module-loader.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/module-loader.md b/docs/module-loader.md index 664ebc5..5f22f8d 100644 --- a/docs/module-loader.md +++ b/docs/module-loader.md @@ -39,7 +39,7 @@ 浏览器加载 ES6 模块,也使用` + ``` 上面代码在网页中插入一个模块`foo.js`,由于`type`属性设为`module`,所以浏览器知道这是一个 ES6 模块。 @@ -47,17 +47,21 @@ 浏览器对于带有`type="module"`的` + - + ``` +如果网页有多个` + ``` +一旦使用了`async`属性,`