fix(aot-compiler.md): 修正错别字

This commit is contained in:
y4code 2018-10-11 02:05:50 +08:00 committed by 雪狼
parent e68ce8cd23
commit 8819e4fc5c
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ Adding `export` doesn't work when the compiler needs the _actual value_
in order to generate code. in order to generate code.
For example, it doesn't work for the `template` property. For example, it doesn't work for the `template` property.
当编译器需要知道*真正的值*生成代码时,添加 `export` 的方式就是无效的。比如这里的 `template` 属性。 当编译器需要知道*真正的值*生成代码时,添加 `export` 的方式就是无效的。比如这里的 `template` 属性。
``` ```