docs(module): edit SystemJS

This commit is contained in:
ruanyf
2016-07-19 09:35:20 +08:00
parent 4fb1525a36
commit 4c8c37c863
2 changed files with 85 additions and 18 deletions
+1 -1
View File
@@ -967,7 +967,7 @@ $ compile-modules convert -o out.js file1.js
```html
<script>
System.import('./app');
System.import('./app.js');
</script>
```