Repository: incubator-weex
Updated Branches:
  refs/heads/dev eeaf303ae -> 13fcb6492


* [ios] update doc for input


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

Branch: refs/heads/dev
Commit: 2c4a1c41d4e98d5cd595809565ad41a7765a7941
Parents: 5c93319
Author: acton393 <zhangxing610...@gmail.com>
Authored: Fri May 12 12:08:13 2017 +0800
Committer: acton393 <zhangxing610...@gmail.com>
Committed: Fri May 12 12:08:13 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/components/input.md | 4 ++--
 doc/source/references/components/input.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/2c4a1c41/doc/source/cn/references/components/input.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/components/input.md 
b/doc/source/cn/references/components/input.md
index 133b393..83cea39 100644
--- a/doc/source/cn/references/components/input.md
+++ b/doc/source/cn/references/components/input.md
@@ -131,7 +131,7 @@ Weex 内置的 `<input>` 组件用来创建接收用户输å…
¥å­—符的输入组
 ```html
 <template>
   <div class="wrapper">
-    <input ref="input" class="input" type="text" @input="oninput" 
@change="onchange" @focus="onfocus" @blur="onblur">
+    <input ref="input" class="input" type="text" @input="oninput" 
@change="onchange" @focus="onfocus" @blur="onblur"></input>
   </div>
 </template>
 
@@ -190,4 +190,4 @@ Weex 内置的 `<input>` 组件用来创建接收用户输å…
¥å­—符的输入组
 </style>
 ```
 
-[try it](http://dotwe.org/vue/c1b1a5fdcf0937df1d847f8812a7ccb2)
+[try it](http://dotwe.org/vue/e56d9ebeede8f80bbc8b53637395d22f)

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/2c4a1c41/doc/source/references/components/input.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/input.md 
b/doc/source/references/components/input.md
index aca934b..13d7469 100644
--- a/doc/source/references/components/input.md
+++ b/doc/source/references/components/input.md
@@ -109,7 +109,7 @@ does not support the common-event 'click'. Please listen 
to the 'input' or '
 ```html
 <template>
   <div class="wrapper">
-    <input ref="input" class="input" type="text" @input="oninput" 
@change="onchange" @focus="onfocus" @blur="onblur">
+    <input ref="input" class="input" type="text" @input="oninput" 
@change="onchange" @focus="onfocus" @blur="onblur"></input>
   </div>
 </template>
 
@@ -168,4 +168,4 @@ does not support the common-event 'click'. Please listen 
to the 'input' or '
 </style>
 ```
 
-[try it](http://dotwe.org/vue/c1b1a5fdcf0937df1d847f8812a7ccb2)
+[try it](http://dotwe.org/vue/e56d9ebeede8f80bbc8b53637395d22f)

Reply via email to