Skip to content

Commit d8109a5

Browse files
lycheeEngleviding
andauthored
Update 1-js/13-modules/02-import-export/article.md
Co-Authored-By: LeviDing <imdingxuewen@gmail.com>
1 parent 19f0151 commit d8109a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/02-import-export/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ say.bye('John'); // Bye, John!
168168
默认导出要求下列的 `export``import` 语句:
169169

170170
1. `export default` 放在模块“主导出(main export)”之前。
171-
2. `import` 导入时不使用花括号
171+
2. `import` 导入时不使用花括号
172172

173173
例如,`user.js` 导出 `class User`
174174

0 commit comments

Comments
 (0)