docs: update tutorial

This commit is contained in:
dntzhang 2019-08-14 17:15:00 +08:00
parent 5bbe11651d
commit aa49ad0002
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ pageId 和 nodeId 两个参数缺一不可,组件内部会根据传入的 page
<img src="../assets/mp.png" width="500"/>
jsx 怎么生成 wxml 的?
再绕一次:因为 react 或者 omi 里的 jsx 会生成 v-dom在浏览器里最后都会映射到 dom api 生成 dom 树和设置属性然后在小程序当中jsx 生成 v-dom 然后映射到自己模拟的 dom api所以可以生成另外一份 v-dom浏览器中是真实 dom作为自定义 element 的数据进行 wxml 渲染。
## 实战 TodoApp
| | |