You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/31 07:29:00 UTC

[25/50] [abbrv] incubator-weex git commit: * [html5] update

* [html5] update


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/a726be7f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/a726be7f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/a726be7f

Branch: refs/heads/0.12-dev
Commit: a726be7f5089447f787d0edf26e3d7c963bf2f1a
Parents: b27b58b
Author: MrRaindrop <te...@gmail.com>
Authored: Mon Mar 27 14:09:37 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Mon Mar 27 14:09:37 2017 +0800

----------------------------------------------------------------------
 packages/weex-vue-render/README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a726be7f/packages/weex-vue-render/README.md
----------------------------------------------------------------------
diff --git a/packages/weex-vue-render/README.md b/packages/weex-vue-render/README.md
index e4a3840..867b318 100644
--- a/packages/weex-vue-render/README.md
+++ b/packages/weex-vue-render/README.md
@@ -29,3 +29,26 @@ vue: {
   }
 },
 ```
+
+## component -> dom map
+
+| component | dom element | children | note |
+| --- | --- | ---- | --- |
+| scroller | /main | /main/div/x | - |
+| list | /main | /main/div/x | - |
+| cell | /sect | /sect/x | - |
+| header | /head | /head/x | - |
+| loading | /asid | /aside/x | - |
+| loading-indicator | /mark | /mark/x | - |
+| refresh | /asid | /aside/x | - |
+| slider | /nav | x -> /ul/li/x, indicator -> /nav/nav | - |
+| indicator | /nav | - | indicator points: /nav/mark |
+| a | /a | /a/x | - |
+| div | /div | /div/x | - |
+| image | /figure | - | - |
+| input | /input | - | - |
+| switch | /span | - | round button: /span/small |
+| text | /p | - | - |
+| textarea | /textarea | - | - |
+| video | /video | - | - |
+| web | /iframe | - | - |