Skip to content

Commit

Permalink
docs: 修改 wxparse 特殊处理的错别字,close #2228
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Feb 20, 2019
1 parent 877bce6 commit 300f199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/taroize.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Taro 会将原始文件的生命周期钩子函数转换为 Taro 的生命周期
</template>
```

`<template name="wxParse1">` 的模板夏目所有 `<template is="wxParse0" data="{{item}}" />` 修改为 `<template is="wxParse1" data="{{item}}" />` 再运行 `taro convert` 即可。这样修改之后还会取消原来 `wxParse` 只能处理 11 级 HTML 嵌套的问题,理论上内存不爆栈可以处理无限级 HTML 嵌套。
把 <template name="wxParse1"> 的模板内所有 <template is="wxParse2" data="{{item}}" /> 修改为 <template is="wxParse0" data="{{item}}" /> 再运行 taro convert 即可。这样修改之后还会取消原来 `wxParse` 只能处理 11 级 HTML 嵌套的问题,理论上内存不爆栈可以处理无限级 HTML 嵌套。

### 不支持 `relations``Behavior`

Expand Down

0 comments on commit 300f199

Please sign in to comment.