Skip to content

Commit e5c3403

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

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
@@ -228,7 +228,7 @@ export class { // Error!(非命名导出需要名称)
228228

229229
### “Default” 别名
230230

231-
“default”关键词用于默认导出的别名“alias”,常用于我们需要引用单独导出和其他脚本的情况。
231+
“default”关键词用于默认导出的别名,常用于我们需要引用单独导出和其他脚本的情况。
232232

233233
例如,如果我们已经声明了一个函数,然后导出它 `export default`(和定义分开):
234234

0 commit comments

Comments
 (0)